Bonjour,

Je suis complètement bloquer, je suis votre tuto "Symfony 4 par l'exemple (6/16) et quand je veux me connecter avec le bon login et password ou même un password erroné je reçois le message suivant :

Avez vous une idée ?

Authentication request could not be processed due to a system problem.

J'ai Symfony 4.4 et Vscode et l'extension Mysql.

voici mon fichier log :

[2020-07-04 16:28:50] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at C:\\Users\\cdevl\\code\\monProjet\\vendor\\symfony\\web-server-bundle\\WebServerBundle.php:23)"} []
[2020-07-04 16:28:50] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_route":"login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://127.0.0.1:8000/login","method":"GET"} []
[2020-07-04 16:28:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-07-04 16:28:50] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\Users\\\\cdevl\\\\code\\\\monProjet\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\Users\\\\cdevl\\\\code\\\\monProjet\\\\var\\\\cache\\\\dev\\\\ContainerO6kRnMq\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1738,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} []
[2020-07-04 16:28:51] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at C:\\Users\\cdevl\\code\\monProjet\\vendor\\symfony\\web-server-bundle\\WebServerBundle.php:23)"} []
[2020-07-04 16:28:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f8adf0"},"request_uri":"http://127.0.0.1:8000/_wdt/f8adf0","method":"GET"} []
[2020-07-04 16:28:51] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\Users\\\\cdevl\\\\code\\\\monProjet\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\Users\\\\cdevl\\\\code\\\\monProjet\\\\var\\\\cache\\\\dev\\\\ContainerO6kRnMq\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1738,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} []

Aucune réponse