symfony6 Questions

1

I'm experiencing the following issue: User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations....
Concavoconcave asked 5/10, 2023 at 9:33

1

I have an authenticator class which extends AbstractLoginFormAuthenticator and I declared it with the security.firewalls.main.custom_authenticator setting. However, I omitted to set the security.en...
Kopeisk asked 12/9, 2022 at 7:22

2

Solved

I created this controller <?php namespace App\Controller; use App\Interface\GetDataServiceInterface; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\Routing\Annotation\Rou...
Pitchman asked 19/10, 2022 at 18:19

2

Solved

Versions : PHP : 8.1 PHPUnit : 9.5.21 Symfony 6.1 When the following test is run by PhpUnit, I get an error about the session not being able to be started. Does anyone have an idea of the problem...
Bergson asked 20/7, 2022 at 11:55

1

Solved

In my doctrine.php I have the following configuration <?php // See https://symfony.com/doc/current/reference/configuration/framework.html namespace Symfony\Component\DependencyInjection\Loader...
Spurious asked 23/8, 2022 at 12:24

1

Solved

I am trying to use ClientBuilder of Elasticsearch using symfony 6. I am getting following error The HTTP client Symfony\Component\HttpClient\Psr18Client is not supported for custom options This is...
Enenstein asked 5/4, 2022 at 8:2
1

© 2022 - 2024 — McMap. All rights reserved.