[2020-05-26T14:22:43.266639+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at /Applications/MAMP/htdocs/emediation/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at /Applications/MAMP/htdocs/emediation/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at /Applications/MAMP/htdocs/emediation/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:182)"} []
[2020-05-26T12:27:05.707551+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-05-26T12:27:05.728295+00:00] doctrine.DEBUG: CREATE TABLE migration_versions (version VARCHAR(14) NOT NULL, executed_at DATETIME NOT NULL COMMENT '(DC2Type:datetime_immutable)', PRIMARY KEY(version)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] []
[2020-05-26T12:27:05.753399+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-05-26T12:27:05.754319+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'emediation' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] []
[2020-05-26T12:27:05.755520+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'emediation' /*!50116 AND c.constraint_schema = 'emediation' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-05-26T12:27:05.763358+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'emediation' ORDER BY SEQ_IN_INDEX ASC [] []
[2020-05-26T12:27:05.763817+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] []
[2020-05-26T12:27:10.590459+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-05-26T12:27:10.592458+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'emediation' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] []
[2020-05-26T12:27:10.602316+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'emediation' /*!50116 AND c.constraint_schema = 'emediation' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-05-26T12:27:10.602694+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'emediation' ORDER BY SEQ_IN_INDEX ASC [] []
[2020-05-26T12:27:10.605766+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] []
[2020-05-26T12:27:10.606593+00:00] doctrine.DEBUG: SELECT version FROM migration_versions [] []
[2020-05-26T12:27:11.861756+00:00] doctrine.DEBUG: SELECT version FROM migration_versions WHERE version IN ('20200526122705') ORDER BY version DESC LIMIT 1 [] []
[2020-05-26T12:27:11.862963+00:00] doctrine.DEBUG: SELECT version FROM migration_versions [] []
[2020-05-26T12:27:11.865836+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-05-26T12:27:11.915904+00:00] doctrine.DEBUG: CREATE TABLE user (id INT AUTO_INCREMENT NOT NULL, email VARCHAR(180) NOT NULL, roles JSON NOT NULL, password VARCHAR(255) NOT NULL, UNIQUE INDEX UNIQ_8D93D649E7927C74 (email), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] []
[2020-05-26T12:27:11.930145+00:00] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20200526122705","2020-05-26 12:27:11"] []
[2020-05-26T12:27:11.936378+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-05-26T12:28:22.093831+00:00] console.ERROR: Error thrown while running command "'server:start'". Message: "Command "server:start" is not defined. Did you mean one of these? server:dump server:log" {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"server:start\" is not defined.\n\nDid you mean one of these?\n server:dump\n server:log at /Applications/MAMP/htdocs/emediation/vendor/symfony/console/Application.php:644)","command":"'server:start'","message":"Command \"server:start\" is not defined.\n\nDid you mean one of these?\n server:dump\n server:log"} []
[2020-05-26T12:28:27.851208+00:00] console.ERROR: Error thrown while running command "'server:run'". Message: "Command "server:run" is not defined. Did you mean one of these? server:dump server:log" {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"server:run\" is not defined.\n\nDid you mean one of these?\n server:dump\n server:log at /Applications/MAMP/htdocs/emediation/vendor/symfony/console/Application.php:644)","command":"'server:run'","message":"Command \"server:run\" is not defined.\n\nDid you mean one of these?\n server:dump\n server:log"} []
[2020-05-26T14:29:52.445015+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /users"" at /Applications/MAMP/htdocs/emediation/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /users\" at /Applications/MAMP/htdocs/emediation/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/users/\". at /Applications/MAMP/htdocs/emediation/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
[2020-05-26T14:29:53.037288+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8b3ac2"},"request_uri":"http://localhost/emediation/public/_wdt/8b3ac2","method":"GET"} []
[2020-05-26T14:29:56.499808+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /user"" at /Applications/MAMP/htdocs/emediation/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /user\" at /Applications/MAMP/htdocs/emediation/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user/\". at /Applications/MAMP/htdocs/emediation/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} []
[2020-05-26T14:29:56.953086+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dcc489"},"request_uri":"http://localhost/emediation/public/_wdt/dcc489","method":"GET"} []
[2020-05-26T12:32:36.085789+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-05-26T12:32:36.088060+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'emediation' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] []
[2020-05-26T12:32:36.096547+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'emediation' /*!50116 AND c.constraint_schema = 'emediation' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-05-26T12:32:36.096865+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'emediation' ORDER BY SEQ_IN_INDEX ASC [] []
[2020-05-26T12:32:36.099558+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] []
[2020-05-26T12:32:36.101003+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-05-26T12:32:36.101335+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'emediation' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] []
[2020-05-26T12:32:36.101716+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'emediation' /*!50116 AND c.constraint_schema = 'emediation' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-05-26T12:32:36.101983+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'emediation' ORDER BY SEQ_IN_INDEX ASC [] []
[2020-05-26T12:32:36.102238+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] []
[2020-05-26T12:32:36.102469+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'emediation' AND TABLE_NAME = 'user' ORDER BY ORDINAL_POSITION ASC [] []
[2020-05-26T12:32:36.102967+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'user' */ WHERE k.table_name = 'user' AND k.table_schema = 'emediation' /*!50116 AND c.constraint_schema = 'emediation' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-05-26T12:32:36.103732+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'user' AND TABLE_SCHEMA = 'emediation' ORDER BY SEQ_IN_INDEX ASC [] []
[2020-05-26T12:32:36.104032+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'user' [] []
[2020-05-26T12:32:41.218444+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-05-26T12:32:41.220116+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'emediation' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] []
[2020-05-26T12:32:41.228373+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'emediation' /*!50116 AND c.constraint_schema = 'emediation' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-05-26T12:32:41.228692+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'emediation' ORDER BY SEQ_IN_INDEX ASC [] []
[2020-05-26T12:32:41.231312+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] []
[2020-05-26T12:32:41.231977+00:00] doctrine.DEBUG: SELECT version FROM migration_versions [] []
[2020-05-26T12:32:42.689762+00:00] doctrine.DEBUG: SELECT version FROM migration_versions WHERE version IN ('20200526122705', '20200526123236') ORDER BY version DESC LIMIT 1 [] []
[2020-05-26T12:32:42.692436+00:00] doctrine.DEBUG: SELECT version FROM migration_versions [] []
[2020-05-26T12:32:42.695138+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-05-26T12:32:42.726163+00:00] doctrine.DEBUG: ALTER TABLE user ADD nom VARCHAR(255) NOT NULL, ADD prenom VARCHAR(255) NOT NULL, ADD adresse VARCHAR(255) NOT NULL, ADD cp INT NOT NULL, ADD ville VARCHAR(255) NOT NULL, ADD tel VARCHAR(255) NOT NULL [] []
[2020-05-26T12:32:42.757005+00:00] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20200526123236","2020-05-26 12:32:42"] []
[2020-05-26T12:32:42.758564+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-05-26T14:34:39.146529+02:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://localhost/emediation/public/register","method":"GET"} []
[2020-05-26T14:34:39.154608+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T14:34:39.154801+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T14:34:39.154924+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T14:34:39.447929+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T14:34:39.677476+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8c81fc"},"request_uri":"http://localhost/emediation/public/_wdt/8c81fc","method":"GET"} []
[2020-05-26T14:35:17.464150+02:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://localhost/emediation/public/register","method":"GET"} []
[2020-05-26T14:35:17.541838+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T14:35:17.542045+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T14:35:17.542194+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T14:35:17.769429+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T14:35:18.040209+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"040dad"},"request_uri":"http://localhost/emediation/public/_wdt/040dad","method":"GET"} []
[2020-05-26T14:36:18.340889+02:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://localhost/emediation/public/register","method":"GET"} []
[2020-05-26T14:36:18.410862+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T14:36:18.411063+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T14:36:18.411210+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T14:36:18.636343+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T14:36:18.917129+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"63ad54"},"request_uri":"http://localhost/emediation/public/_wdt/63ad54","method":"GET"} []
[2020-05-26T14:38:07.309176+02:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://localhost/emediation/public/register","method":"GET"} []
[2020-05-26T14:38:07.353237+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T14:38:07.353380+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T14:38:07.353563+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T14:38:07.477105+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T14:38:07.672178+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"926e33"},"request_uri":"http://localhost/emediation/public/_wdt/926e33","method":"GET"} []
[2020-05-26T14:38:08.457560+02:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://localhost/emediation/public/register","method":"GET"} []
[2020-05-26T14:38:08.501003+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T14:38:08.501124+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T14:38:08.501206+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T14:38:08.614927+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T14:38:08.812116+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f16c1a"},"request_uri":"http://localhost/emediation/public/_wdt/f16c1a","method":"GET"} []
[2020-05-26T14:38:13.334303+02:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://localhost/emediation/public/register","method":"GET"} []
[2020-05-26T14:38:13.377653+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T14:38:13.377772+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T14:38:13.377859+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T14:38:13.515480+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T14:38:13.748452+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"197fa6"},"request_uri":"http://localhost/emediation/public/_wdt/197fa6","method":"GET"} []
[2020-05-26T14:38:15.277556+02:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://localhost/emediation/public/register","method":"GET"} []
[2020-05-26T14:38:15.318222+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T14:38:15.318326+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T14:38:15.318398+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T14:38:15.440191+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T14:38:15.648091+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"17d0ad"},"request_uri":"http://localhost/emediation/public/_wdt/17d0ad","method":"GET"} []
[2020-05-26T13:00:35.064214+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-05-26T13:00:35.065904+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'emediation' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] []
[2020-05-26T13:00:35.074454+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'emediation' /*!50116 AND c.constraint_schema = 'emediation' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-05-26T13:00:35.074776+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'emediation' ORDER BY SEQ_IN_INDEX ASC [] []
[2020-05-26T13:00:35.077354+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] []
[2020-05-26T13:00:35.078780+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-05-26T13:00:35.079104+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'emediation' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] []
[2020-05-26T13:00:35.079481+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'emediation' /*!50116 AND c.constraint_schema = 'emediation' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-05-26T13:00:35.079739+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'emediation' ORDER BY SEQ_IN_INDEX ASC [] []
[2020-05-26T13:00:35.079985+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] []
[2020-05-26T13:00:35.080252+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'emediation' AND TABLE_NAME = 'user' ORDER BY ORDINAL_POSITION ASC [] []
[2020-05-26T13:00:35.080802+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'user' */ WHERE k.table_name = 'user' AND k.table_schema = 'emediation' /*!50116 AND c.constraint_schema = 'emediation' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-05-26T13:00:35.081118+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'user' AND TABLE_SCHEMA = 'emediation' ORDER BY SEQ_IN_INDEX ASC [] []
[2020-05-26T13:00:35.081402+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'user' [] []
[2020-05-26T13:00:39.568233+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-05-26T13:00:39.569934+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'emediation' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] []
[2020-05-26T13:00:39.578438+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'emediation' /*!50116 AND c.constraint_schema = 'emediation' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-05-26T13:00:39.578759+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'emediation' ORDER BY SEQ_IN_INDEX ASC [] []
[2020-05-26T13:00:39.581396+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] []
[2020-05-26T13:00:39.582078+00:00] doctrine.DEBUG: SELECT version FROM migration_versions [] []
[2020-05-26T13:00:40.844518+00:00] doctrine.DEBUG: SELECT version FROM migration_versions WHERE version IN ('20200526122705', '20200526123236', '20200526130035') ORDER BY version DESC LIMIT 1 [] []
[2020-05-26T13:00:40.845910+00:00] doctrine.DEBUG: SELECT version FROM migration_versions [] []
[2020-05-26T13:00:40.848748+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-05-26T13:00:40.883923+00:00] doctrine.DEBUG: CREATE TABLE domaines_expertise (id INT AUTO_INCREMENT NOT NULL, nom VARCHAR(255) NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] []
[2020-05-26T13:00:40.898137+00:00] doctrine.DEBUG: CREATE TABLE litige (id INT AUTO_INCREMENT NOT NULL, domaine_expertise_id INT DEFAULT NULL, mediateur_id INT DEFAULT NULL, date DATE NOT NULL, objet VARCHAR(255) NOT NULL, description LONGTEXT DEFAULT NULL, etat TINYINT(1) NOT NULL, INDEX IDX_EEE9D46D2D719E94 (domaine_expertise_id), INDEX IDX_EEE9D46DF13CD378 (mediateur_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] []
[2020-05-26T13:00:40.910683+00:00] doctrine.DEBUG: CREATE TABLE litige_user (litige_id INT NOT NULL, user_id INT NOT NULL, INDEX IDX_7EEC0E2D1ACCC76A (litige_id), INDEX IDX_7EEC0E2DA76ED395 (user_id), PRIMARY KEY(litige_id, user_id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] []
[2020-05-26T13:00:40.922729+00:00] doctrine.DEBUG: CREATE TABLE avocat (id INT AUTO_INCREMENT NOT NULL, nom VARCHAR(255) NOT NULL, prenom VARCHAR(255) NOT NULL, adresse VARCHAR(255) NOT NULL, cp INT NOT NULL, ville VARCHAR(255) NOT NULL, email VARCHAR(255) DEFAULT NULL, tel VARCHAR(255) DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] []
[2020-05-26T13:00:40.933952+00:00] doctrine.DEBUG: CREATE TABLE documents (id INT AUTO_INCREMENT NOT NULL, user_id INT DEFAULT NULL, type_id INT DEFAULT NULL, url LONGTEXT NOT NULL, name LONGTEXT NOT NULL, alt LONGTEXT DEFAULT NULL, datetime DATETIME NOT NULL, version VARCHAR(255) NOT NULL, INDEX IDX_A2B07288A76ED395 (user_id), INDEX IDX_A2B07288C54C8C93 (type_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] []
[2020-05-26T13:00:40.946636+00:00] doctrine.DEBUG: CREATE TABLE evenements (id INT AUTO_INCREMENT NOT NULL, litige_id INT NOT NULL, intitule VARCHAR(255) NOT NULL, datetime DATETIME NOT NULL, lieu VARCHAR(255) NOT NULL, description LONGTEXT DEFAULT NULL, INDEX IDX_E10AD4001ACCC76A (litige_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] []
[2020-05-26T13:00:40.957850+00:00] doctrine.DEBUG: CREATE TABLE evenements_user (evenements_id INT NOT NULL, user_id INT NOT NULL, INDEX IDX_3372CFE763C02CD4 (evenements_id), INDEX IDX_3372CFE7A76ED395 (user_id), PRIMARY KEY(evenements_id, user_id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] []
[2020-05-26T13:00:40.969033+00:00] doctrine.DEBUG: CREATE TABLE types_documents (id INT AUTO_INCREMENT NOT NULL, nom VARCHAR(255) NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] []
[2020-05-26T13:00:40.980199+00:00] doctrine.DEBUG: CREATE TABLE messages (id INT AUTO_INCREMENT NOT NULL, user_id INT NOT NULL, litige_id INT NOT NULL, contenu VARCHAR(255) NOT NULL, datetime DATETIME NOT NULL, INDEX IDX_DB021E96A76ED395 (user_id), INDEX IDX_DB021E961ACCC76A (litige_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] []
[2020-05-26T13:00:40.992120+00:00] doctrine.DEBUG: ALTER TABLE litige ADD CONSTRAINT FK_EEE9D46D2D719E94 FOREIGN KEY (domaine_expertise_id) REFERENCES domaines_expertise (id) [] []
[2020-05-26T13:00:41.012986+00:00] doctrine.DEBUG: ALTER TABLE litige ADD CONSTRAINT FK_EEE9D46DF13CD378 FOREIGN KEY (mediateur_id) REFERENCES user (id) [] []
[2020-05-26T13:00:41.030000+00:00] doctrine.DEBUG: ALTER TABLE litige_user ADD CONSTRAINT FK_7EEC0E2D1ACCC76A FOREIGN KEY (litige_id) REFERENCES litige (id) ON DELETE CASCADE [] []
[2020-05-26T13:00:41.046256+00:00] doctrine.DEBUG: ALTER TABLE litige_user ADD CONSTRAINT FK_7EEC0E2DA76ED395 FOREIGN KEY (user_id) REFERENCES user (id) ON DELETE CASCADE [] []
[2020-05-26T13:00:41.060659+00:00] doctrine.DEBUG: ALTER TABLE documents ADD CONSTRAINT FK_A2B07288A76ED395 FOREIGN KEY (user_id) REFERENCES user (id) [] []
[2020-05-26T13:00:41.074365+00:00] doctrine.DEBUG: ALTER TABLE documents ADD CONSTRAINT FK_A2B07288C54C8C93 FOREIGN KEY (type_id) REFERENCES types_documents (id) [] []
[2020-05-26T13:00:41.095230+00:00] doctrine.DEBUG: ALTER TABLE evenements ADD CONSTRAINT FK_E10AD4001ACCC76A FOREIGN KEY (litige_id) REFERENCES litige (id) [] []
[2020-05-26T13:00:41.111502+00:00] doctrine.DEBUG: ALTER TABLE evenements_user ADD CONSTRAINT FK_3372CFE763C02CD4 FOREIGN KEY (evenements_id) REFERENCES evenements (id) ON DELETE CASCADE [] []
[2020-05-26T13:00:41.127552+00:00] doctrine.DEBUG: ALTER TABLE evenements_user ADD CONSTRAINT FK_3372CFE7A76ED395 FOREIGN KEY (user_id) REFERENCES user (id) ON DELETE CASCADE [] []
[2020-05-26T13:00:41.142669+00:00] doctrine.DEBUG: ALTER TABLE messages ADD CONSTRAINT FK_DB021E96A76ED395 FOREIGN KEY (user_id) REFERENCES user (id) [] []
[2020-05-26T13:00:41.156813+00:00] doctrine.DEBUG: ALTER TABLE messages ADD CONSTRAINT FK_DB021E961ACCC76A FOREIGN KEY (litige_id) REFERENCES litige (id) [] []
[2020-05-26T13:00:41.170431+00:00] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20200526130035","2020-05-26 13:00:41"] []
[2020-05-26T13:00:41.172036+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-05-26T15:01:28.099593+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/litige/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"litige_index"},"request_uri":"http://localhost/emediation/public/litige","method":"GET"} []
[2020-05-26T15:01:28.102815+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:01:28.102990+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:01:28.103139+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:01:28.139485+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:01:28.441601+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T15:01:28.516741+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:01:28.516941+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:01:28.517090+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:01:28.598154+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.domaine_expertise_id AS domaine_expertise_id_6, t0.mediateur_id AS mediateur_id_7 FROM litige t0 [] []
[2020-05-26T15:01:28.698454+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:01:28.936009+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a00032"},"request_uri":"http://localhost/emediation/public/_wdt/a00032","method":"GET"} []
[2020-05-26T15:04:35.263353+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/","method":"GET"} []
[2020-05-26T15:04:35.330124+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:04:35.330322+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:04:35.330470+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:04:35.423855+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.domaine_expertise_id AS domaine_expertise_id_6, t0.mediateur_id AS mediateur_id_7 FROM litige t0 [] []
[2020-05-26T15:04:35.478078+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:04:35.778692+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6ec1ce"},"request_uri":"http://localhost/emediation/public/_wdt/6ec1ce","method":"GET"} []
[2020-05-26T15:05:09.766323+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/","method":"GET"} []
[2020-05-26T15:05:09.820591+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:05:09.820700+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:05:09.820773+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:05:09.874825+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:05:09.894530+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /Applications/MAMP/htdocs/emediation/vendor/symfony/framework-bundle/Controller/AbstractController.php:319)"} []
[2020-05-26T15:05:09.895299+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2020-05-26T15:05:10.093074+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://localhost/emediation/public/login","method":"GET"} []
[2020-05-26T15:05:10.139898+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:05:10.140036+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:05:10.140126+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:05:10.210663+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:05:10.461786+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3bcb7a"},"request_uri":"http://localhost/emediation/public/_wdt/3bcb7a","method":"GET"} []
[2020-05-26T13:11:32.252601+00:00] console.DEBUG: Command "make:crud" exited with code "1" {"command":"make:crud","code":1} []
[2020-05-26T13:11:44.568354+00:00] console.DEBUG: Command "make:crud" exited with code "1" {"command":"make:crud","code":1} []
[2020-05-26T15:12:00.998732+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://localhost/emediation/public/login","method":"GET"} []
[2020-05-26T15:12:01.001188+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:12:01.001294+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:12:01.001377+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:12:01.011652+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:12:01.227786+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7760a7"},"request_uri":"http://localhost/emediation/public/_wdt/7760a7","method":"GET"} []
[2020-05-26T15:12:16.474845+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://localhost/emediation/public/login","method":"GET"} []
[2020-05-26T15:12:16.550553+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:12:16.550714+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:12:16.550835+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:12:16.571452+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:12:16.885833+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d23914"},"request_uri":"http://localhost/emediation/public/_wdt/d23914","method":"GET"} []
[2020-05-26T15:12:20.355577+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/","method":"GET"} []
[2020-05-26T15:12:20.428089+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:12:20.428293+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:12:20.428441+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:12:20.535511+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:12:20.569506+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\InvalidFieldNameException: "An exception occurred while executing 'SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0': SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.nom_parti_adverse' in 'field list'" at /Applications/MAMP/htdocs/emediation/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 60 {"exception":"[object] (Doctrine\\DBAL\\Exception\\InvalidFieldNameException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0':\n\nSQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.nom_parti_adverse' in 'field list' at /Applications/MAMP/htdocs/emediation/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:60)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.nom_parti_adverse' in 'field list' at /Applications/MAMP/htdocs/emediation/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.nom_parti_adverse' in 'field list' at /Applications/MAMP/htdocs/emediation/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} []
[2020-05-26T15:12:20.849787+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:12:21.133846+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"008f34"},"request_uri":"http://localhost/emediation/public/_wdt/008f34","method":"GET"} []
[2020-05-26T15:12:32.163547+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/","method":"GET"} []
[2020-05-26T15:12:32.241203+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:12:32.241406+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:12:32.241553+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:12:32.340651+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:12:32.372942+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\InvalidFieldNameException: "An exception occurred while executing 'SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0': SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.nom_parti_adverse' in 'field list'" at /Applications/MAMP/htdocs/emediation/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 60 {"exception":"[object] (Doctrine\\DBAL\\Exception\\InvalidFieldNameException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0':\n\nSQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.nom_parti_adverse' in 'field list' at /Applications/MAMP/htdocs/emediation/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:60)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.nom_parti_adverse' in 'field list' at /Applications/MAMP/htdocs/emediation/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.nom_parti_adverse' in 'field list' at /Applications/MAMP/htdocs/emediation/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} []
[2020-05-26T15:12:32.656022+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:12:32.916112+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d63757"},"request_uri":"http://localhost/emediation/public/_wdt/d63757","method":"GET"} []
[2020-05-26T15:13:44.400235+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/","method":"GET"} []
[2020-05-26T15:13:44.402931+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:13:44.403121+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:13:44.403270+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:13:44.485709+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:13:44.510924+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\InvalidFieldNameException: "An exception occurred while executing 'SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0': SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.nom_parti_adverse' in 'field list'" at /Applications/MAMP/htdocs/emediation/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 60 {"exception":"[object] (Doctrine\\DBAL\\Exception\\InvalidFieldNameException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0':\n\nSQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.nom_parti_adverse' in 'field list' at /Applications/MAMP/htdocs/emediation/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:60)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.nom_parti_adverse' in 'field list' at /Applications/MAMP/htdocs/emediation/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.nom_parti_adverse' in 'field list' at /Applications/MAMP/htdocs/emediation/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} []
[2020-05-26T15:13:44.705298+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:13:44.928102+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1cd044"},"request_uri":"http://localhost/emediation/public/_wdt/1cd044","method":"GET"} []
[2020-05-26T15:13:47.041328+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/","method":"GET"} []
[2020-05-26T15:13:47.111262+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:13:47.111456+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:13:47.111598+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:13:47.208000+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:13:47.238727+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\InvalidFieldNameException: "An exception occurred while executing 'SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0': SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.nom_parti_adverse' in 'field list'" at /Applications/MAMP/htdocs/emediation/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 60 {"exception":"[object] (Doctrine\\DBAL\\Exception\\InvalidFieldNameException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0':\n\nSQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.nom_parti_adverse' in 'field list' at /Applications/MAMP/htdocs/emediation/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:60)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.nom_parti_adverse' in 'field list' at /Applications/MAMP/htdocs/emediation/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:83)\n[previous exception] [object] (PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.nom_parti_adverse' in 'field list' at /Applications/MAMP/htdocs/emediation/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:78)"} []
[2020-05-26T15:13:47.487636+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:13:47.772881+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4108d2"},"request_uri":"http://localhost/emediation/public/_wdt/4108d2","method":"GET"} []
[2020-05-26T13:16:09.256356+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-05-26T13:16:09.264263+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'emediation' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] []
[2020-05-26T13:16:09.282575+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'emediation' /*!50116 AND c.constraint_schema = 'emediation' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-05-26T13:16:09.283204+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'emediation' ORDER BY SEQ_IN_INDEX ASC [] []
[2020-05-26T13:16:09.289234+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] []
[2020-05-26T13:16:09.292798+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-05-26T13:16:09.293762+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'emediation' AND TABLE_NAME = 'avocat' ORDER BY ORDINAL_POSITION ASC [] []
[2020-05-26T13:16:09.294527+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'avocat' */ WHERE k.table_name = 'avocat' AND k.table_schema = 'emediation' /*!50116 AND c.constraint_schema = 'emediation' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-05-26T13:16:09.295417+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'avocat' AND TABLE_SCHEMA = 'emediation' ORDER BY SEQ_IN_INDEX ASC [] []
[2020-05-26T13:16:09.295829+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'avocat' [] []
[2020-05-26T13:16:09.296165+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'emediation' AND TABLE_NAME = 'documents' ORDER BY ORDINAL_POSITION ASC [] []
[2020-05-26T13:16:09.296913+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'documents' */ WHERE k.table_name = 'documents' AND k.table_schema = 'emediation' /*!50116 AND c.constraint_schema = 'emediation' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-05-26T13:16:09.298550+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'documents' AND TABLE_SCHEMA = 'emediation' ORDER BY SEQ_IN_INDEX ASC [] []
[2020-05-26T13:16:09.299047+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'documents' [] []
[2020-05-26T13:16:09.299342+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'emediation' AND TABLE_NAME = 'domaines_expertise' ORDER BY ORDINAL_POSITION ASC [] []
[2020-05-26T13:16:09.299790+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'domaines_expertise' */ WHERE k.table_name = 'domaines_expertise' AND k.table_schema = 'emediation' /*!50116 AND c.constraint_schema = 'emediation' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-05-26T13:16:09.300231+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'domaines_expertise' AND TABLE_SCHEMA = 'emediation' ORDER BY SEQ_IN_INDEX ASC [] []
[2020-05-26T13:16:09.300557+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'domaines_expertise' [] []
[2020-05-26T13:16:09.300838+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'emediation' AND TABLE_NAME = 'evenements' ORDER BY ORDINAL_POSITION ASC [] []
[2020-05-26T13:16:09.301399+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'evenements' */ WHERE k.table_name = 'evenements' AND k.table_schema = 'emediation' /*!50116 AND c.constraint_schema = 'emediation' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-05-26T13:16:09.301862+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'evenements' AND TABLE_SCHEMA = 'emediation' ORDER BY SEQ_IN_INDEX ASC [] []
[2020-05-26T13:16:09.302194+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'evenements' [] []
[2020-05-26T13:16:09.302435+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'emediation' AND TABLE_NAME = 'evenements_user' ORDER BY ORDINAL_POSITION ASC [] []
[2020-05-26T13:16:09.302856+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'evenements_user' */ WHERE k.table_name = 'evenements_user' AND k.table_schema = 'emediation' /*!50116 AND c.constraint_schema = 'emediation' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-05-26T13:16:09.303346+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'evenements_user' AND TABLE_SCHEMA = 'emediation' ORDER BY SEQ_IN_INDEX ASC [] []
[2020-05-26T13:16:09.303751+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'evenements_user' [] []
[2020-05-26T13:16:09.303971+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'emediation' AND TABLE_NAME = 'litige' ORDER BY ORDINAL_POSITION ASC [] []
[2020-05-26T13:16:09.304824+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'litige' */ WHERE k.table_name = 'litige' AND k.table_schema = 'emediation' /*!50116 AND c.constraint_schema = 'emediation' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-05-26T13:16:09.305163+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'litige' AND TABLE_SCHEMA = 'emediation' ORDER BY SEQ_IN_INDEX ASC [] []
[2020-05-26T13:16:09.305501+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'litige' [] []
[2020-05-26T13:16:09.305719+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'emediation' AND TABLE_NAME = 'litige_user' ORDER BY ORDINAL_POSITION ASC [] []
[2020-05-26T13:16:09.306073+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'litige_user' */ WHERE k.table_name = 'litige_user' AND k.table_schema = 'emediation' /*!50116 AND c.constraint_schema = 'emediation' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-05-26T13:16:09.306509+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'litige_user' AND TABLE_SCHEMA = 'emediation' ORDER BY SEQ_IN_INDEX ASC [] []
[2020-05-26T13:16:09.306853+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'litige_user' [] []
[2020-05-26T13:16:09.307070+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'emediation' AND TABLE_NAME = 'messages' ORDER BY ORDINAL_POSITION ASC [] []
[2020-05-26T13:16:09.307514+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'messages' */ WHERE k.table_name = 'messages' AND k.table_schema = 'emediation' /*!50116 AND c.constraint_schema = 'emediation' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-05-26T13:16:09.307937+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'messages' AND TABLE_SCHEMA = 'emediation' ORDER BY SEQ_IN_INDEX ASC [] []
[2020-05-26T13:16:09.308272+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'messages' [] []
[2020-05-26T13:16:09.308486+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'emediation' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] []
[2020-05-26T13:16:09.308853+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'emediation' /*!50116 AND c.constraint_schema = 'emediation' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-05-26T13:16:09.309121+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'emediation' ORDER BY SEQ_IN_INDEX ASC [] []
[2020-05-26T13:16:09.309404+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] []
[2020-05-26T13:16:09.309665+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'emediation' AND TABLE_NAME = 'types_documents' ORDER BY ORDINAL_POSITION ASC [] []
[2020-05-26T13:16:09.310034+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'types_documents' */ WHERE k.table_name = 'types_documents' AND k.table_schema = 'emediation' /*!50116 AND c.constraint_schema = 'emediation' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-05-26T13:16:09.310318+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'types_documents' AND TABLE_SCHEMA = 'emediation' ORDER BY SEQ_IN_INDEX ASC [] []
[2020-05-26T13:16:09.310564+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'types_documents' [] []
[2020-05-26T13:16:09.310774+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'emediation' AND TABLE_NAME = 'user' ORDER BY ORDINAL_POSITION ASC [] []
[2020-05-26T13:16:09.311375+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'user' */ WHERE k.table_name = 'user' AND k.table_schema = 'emediation' /*!50116 AND c.constraint_schema = 'emediation' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-05-26T13:16:09.311647+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'user' AND TABLE_SCHEMA = 'emediation' ORDER BY SEQ_IN_INDEX ASC [] []
[2020-05-26T13:16:09.311900+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'user' [] []
[2020-05-26T13:16:15.297312+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] []
[2020-05-26T13:16:15.299335+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'emediation' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] []
[2020-05-26T13:16:15.307840+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'emediation' /*!50116 AND c.constraint_schema = 'emediation' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] []
[2020-05-26T13:16:15.308155+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'emediation' ORDER BY SEQ_IN_INDEX ASC [] []
[2020-05-26T13:16:15.310789+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] []
[2020-05-26T13:16:15.312004+00:00] doctrine.DEBUG: SELECT version FROM migration_versions [] []
[2020-05-26T13:16:16.420914+00:00] doctrine.DEBUG: SELECT version FROM migration_versions WHERE version IN ('20200526122705', '20200526123236', '20200526130035', '20200526131609') ORDER BY version DESC LIMIT 1 [] []
[2020-05-26T13:16:16.422645+00:00] doctrine.DEBUG: SELECT version FROM migration_versions [] []
[2020-05-26T13:16:16.426864+00:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-05-26T13:16:16.477068+00:00] doctrine.DEBUG: ALTER TABLE litige ADD nom_parti_adverse VARCHAR(255) NOT NULL, ADD adresse_parti_adverse VARCHAR(255) NOT NULL, ADD cp_parti_adverse INT NOT NULL, ADD ville_parti_adverse VARCHAR(255) NOT NULL [] []
[2020-05-26T13:16:16.494621+00:00] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20200526131609","2020-05-26 13:16:16"] []
[2020-05-26T13:16:16.496723+00:00] doctrine.DEBUG: "COMMIT" [] []
[2020-05-26T13:16:58.700432+00:00] console.DEBUG: Command "make:crud" exited with code "1" {"command":"make:crud","code":1} []
[2020-05-26T15:17:16.022249+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/","method":"GET"} []
[2020-05-26T15:17:16.025295+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:17:16.025474+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:17:16.025619+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:17:16.117576+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:17:16.232986+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:17:16.527905+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3fbd1e"},"request_uri":"http://localhost/emediation/public/_wdt/3fbd1e","method":"GET"} []
[2020-05-26T15:17:19.413328+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T15:17:19.487505+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:17:19.487702+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:17:19.487850+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:17:19.814715+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T15:17:19.820622+02:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.nom AS nom_4, u0_.prenom AS prenom_5, u0_.adresse AS adresse_6, u0_.cp AS cp_7, u0_.ville AS ville_8, u0_.tel AS tel_9 FROM user u0_ [] []
[2020-05-26T15:17:19.942951+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:17:20.166072+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"43f655"},"request_uri":"http://localhost/emediation/public/_wdt/43f655","method":"GET"} []
[2020-05-26T15:17:46.322416+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T15:17:46.396211+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:17:46.396413+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:17:46.396561+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:17:46.630855+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T15:17:46.636148+02:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.nom AS nom_4, u0_.prenom AS prenom_5, u0_.adresse AS adresse_6, u0_.cp AS cp_7, u0_.ville AS ville_8, u0_.tel AS tel_9 FROM user u0_ [] []
[2020-05-26T15:17:46.707802+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:17:46.996970+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a035e"},"request_uri":"http://localhost/emediation/public/_wdt/2a035e","method":"GET"} []
[2020-05-26T15:18:27.348257+02:00] request.INFO: Matched route "domaines_expertise_index". {"route":"domaines_expertise_index","route_parameters":{"_route":"domaines_expertise_index","_controller":"App\\Controller\\DomainesExpertiseController::index"},"request_uri":"http://localhost/emediation/public/domaines/expertise/","method":"GET"} []
[2020-05-26T15:18:27.350842+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:18:27.350974+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:18:27.351070+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:18:27.417682+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom AS nom_2 FROM domaines_expertise t0 [] []
[2020-05-26T15:18:27.509494+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:18:27.812834+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4d0db0"},"request_uri":"http://localhost/emediation/public/_wdt/4d0db0","method":"GET"} []
[2020-05-26T15:18:29.118949+02:00] request.INFO: Matched route "domaines_expertise_new". {"route":"domaines_expertise_new","route_parameters":{"_route":"domaines_expertise_new","_controller":"App\\Controller\\DomainesExpertiseController::new"},"request_uri":"http://localhost/emediation/public/domaines/expertise/new","method":"GET"} []
[2020-05-26T15:18:29.190614+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:18:29.190770+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:18:29.190884+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:18:29.434645+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:18:29.734274+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f102dd"},"request_uri":"http://localhost/emediation/public/_wdt/f102dd","method":"GET"} []
[2020-05-26T15:18:45.058425+02:00] request.INFO: Matched route "domaines_expertise_new". {"route":"domaines_expertise_new","route_parameters":{"_route":"domaines_expertise_new","_controller":"App\\Controller\\DomainesExpertiseController::new"},"request_uri":"http://localhost/emediation/public/domaines/expertise/new","method":"POST"} []
[2020-05-26T15:18:45.134586+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:18:45.134792+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:18:45.134942+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:18:45.137871+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:18:45.441666+02:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-05-26T15:18:45.454284+02:00] doctrine.DEBUG: INSERT INTO domaines_expertise (nom) VALUES (?) {"1":"Droit de la famille"} []
[2020-05-26T15:18:45.454969+02:00] doctrine.DEBUG: "COMMIT" [] []
[2020-05-26T15:18:45.818062+02:00] request.INFO: Matched route "domaines_expertise_index". {"route":"domaines_expertise_index","route_parameters":{"_route":"domaines_expertise_index","_controller":"App\\Controller\\DomainesExpertiseController::index"},"request_uri":"http://localhost/emediation/public/domaines/expertise/","method":"GET"} []
[2020-05-26T15:18:45.891263+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:18:45.891485+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:18:45.891639+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:18:45.967854+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom AS nom_2 FROM domaines_expertise t0 [] []
[2020-05-26T15:18:46.036351+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:18:46.347761+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7b1ec9"},"request_uri":"http://localhost/emediation/public/_wdt/7b1ec9","method":"GET"} []
[2020-05-26T15:18:47.309925+02:00] request.INFO: Matched route "domaines_expertise_new". {"route":"domaines_expertise_new","route_parameters":{"_route":"domaines_expertise_new","_controller":"App\\Controller\\DomainesExpertiseController::new"},"request_uri":"http://localhost/emediation/public/domaines/expertise/new","method":"GET"} []
[2020-05-26T15:18:47.369991+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:18:47.370197+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:18:47.370348+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:18:47.549221+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:18:47.797622+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b1e512"},"request_uri":"http://localhost/emediation/public/_wdt/b1e512","method":"GET"} []
[2020-05-26T15:19:00.373109+02:00] request.INFO: Matched route "domaines_expertise_new". {"route":"domaines_expertise_new","route_parameters":{"_route":"domaines_expertise_new","_controller":"App\\Controller\\DomainesExpertiseController::new"},"request_uri":"http://localhost/emediation/public/domaines/expertise/new","method":"POST"} []
[2020-05-26T15:19:00.448408+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:19:00.448611+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:19:00.448761+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:19:00.451944+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:19:00.693483+02:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-05-26T15:19:00.706664+02:00] doctrine.DEBUG: INSERT INTO domaines_expertise (nom) VALUES (?) {"1":"Droit commercial"} []
[2020-05-26T15:19:00.707323+02:00] doctrine.DEBUG: "COMMIT" [] []
[2020-05-26T15:19:01.055158+02:00] request.INFO: Matched route "domaines_expertise_index". {"route":"domaines_expertise_index","route_parameters":{"_route":"domaines_expertise_index","_controller":"App\\Controller\\DomainesExpertiseController::index"},"request_uri":"http://localhost/emediation/public/domaines/expertise/","method":"GET"} []
[2020-05-26T15:19:01.110488+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:19:01.110611+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:19:01.110695+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:19:01.166550+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom AS nom_2 FROM domaines_expertise t0 [] []
[2020-05-26T15:19:01.232046+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:19:01.526356+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"82aa94"},"request_uri":"http://localhost/emediation/public/_wdt/82aa94","method":"GET"} []
[2020-05-26T15:19:08.850088+02:00] request.INFO: Matched route "domaines_expertise_new". {"route":"domaines_expertise_new","route_parameters":{"_route":"domaines_expertise_new","_controller":"App\\Controller\\DomainesExpertiseController::new"},"request_uri":"http://localhost/emediation/public/domaines/expertise/new","method":"GET"} []
[2020-05-26T15:19:08.925259+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:19:08.925428+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:19:08.925547+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:19:09.111909+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:19:09.403664+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bebb5a"},"request_uri":"http://localhost/emediation/public/_wdt/bebb5a","method":"GET"} []
[2020-05-26T15:19:10.874177+02:00] request.INFO: Matched route "domaines_expertise_new". {"route":"domaines_expertise_new","route_parameters":{"_route":"domaines_expertise_new","_controller":"App\\Controller\\DomainesExpertiseController::new"},"request_uri":"http://localhost/emediation/public/domaines/expertise/new","method":"POST"} []
[2020-05-26T15:19:10.946971+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:19:10.947175+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:19:10.947323+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:19:10.950151+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:19:11.181222+02:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-05-26T15:19:11.194395+02:00] doctrine.DEBUG: INSERT INTO domaines_expertise (nom) VALUES (?) {"1":"Droit de la santé"} []
[2020-05-26T15:19:11.195098+02:00] doctrine.DEBUG: "COMMIT" [] []
[2020-05-26T15:19:11.545509+02:00] request.INFO: Matched route "domaines_expertise_index". {"route":"domaines_expertise_index","route_parameters":{"_route":"domaines_expertise_index","_controller":"App\\Controller\\DomainesExpertiseController::index"},"request_uri":"http://localhost/emediation/public/domaines/expertise/","method":"GET"} []
[2020-05-26T15:19:11.618325+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:19:11.618527+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:19:11.618678+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:19:11.693413+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom AS nom_2 FROM domaines_expertise t0 [] []
[2020-05-26T15:19:11.759676+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:19:12.083031+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"771c29"},"request_uri":"http://localhost/emediation/public/_wdt/771c29","method":"GET"} []
[2020-05-26T15:19:17.290053+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/","method":"GET"} []
[2020-05-26T15:19:17.361788+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:19:17.361990+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:19:17.362140+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:19:17.460065+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:19:17.508080+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:19:17.807440+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dcf4ca"},"request_uri":"http://localhost/emediation/public/_wdt/dcf4ca","method":"GET"} []
[2020-05-26T15:19:18.905396+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T15:19:18.973113+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:19:18.973315+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:19:18.973469+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:19:19.195747+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T15:19:19.225283+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Catchable Fatal Error: Object of class App\Entity\DomainesExpertise could not be converted to string" at /Applications/MAMP/htdocs/emediation/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php line 57 {"exception":"[object] (ErrorException(code: 0): Catchable Fatal Error: Object of class App\\Entity\\DomainesExpertise could not be converted to string at /Applications/MAMP/htdocs/emediation/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php:57)"} []
[2020-05-26T15:19:19.374499+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:19:19.645345+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d38c64"},"request_uri":"http://localhost/emediation/public/_wdt/d38c64","method":"GET"} []
[2020-05-26T15:19:48.047929+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T15:19:48.107033+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:19:48.107239+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:19:48.107390+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:19:48.321634+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T15:19:48.329310+02:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.nom AS nom_4, u0_.prenom AS prenom_5, u0_.adresse AS adresse_6, u0_.cp AS cp_7, u0_.ville AS ville_8, u0_.tel AS tel_9 FROM user u0_ [] []
[2020-05-26T15:19:48.390762+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:19:48.686442+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"07829a"},"request_uri":"http://localhost/emediation/public/_wdt/07829a","method":"GET"} []
[2020-05-26T15:21:18.793610+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/","method":"GET"} []
[2020-05-26T15:21:18.860091+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:21:18.860295+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:21:18.860442+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:21:18.930043+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:21:18.960082+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /Applications/MAMP/htdocs/emediation/vendor/symfony/framework-bundle/Controller/AbstractController.php:319)"} []
[2020-05-26T15:21:18.961405+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2020-05-26T15:21:19.302637+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://localhost/emediation/public/login","method":"GET"} []
[2020-05-26T15:21:19.356835+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:21:19.356974+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:21:19.357074+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:21:19.376582+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:21:19.715275+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"52db0f"},"request_uri":"http://localhost/emediation/public/_wdt/52db0f","method":"GET"} []
[2020-05-26T15:26:34.058607+02:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://localhost/emediation/public/register","method":"GET"} []
[2020-05-26T15:26:34.134421+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:26:34.134623+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:26:34.134772+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:26:34.181369+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\InvalidArgumentException: "Could not load type "App\Form\RegistrationFormType": class does not exist." at /Applications/MAMP/htdocs/emediation/vendor/symfony/form/FormRegistry.php line 85 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\InvalidArgumentException(code: 0): Could not load type \"App\\Form\\RegistrationFormType\": class does not exist. at /Applications/MAMP/htdocs/emediation/vendor/symfony/form/FormRegistry.php:85)"} []
[2020-05-26T15:26:34.281194+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:26:34.573667+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"69ec02"},"request_uri":"http://localhost/emediation/public/_wdt/69ec02","method":"GET"} []
[2020-05-26T15:26:39.727003+02:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://localhost/emediation/public/register","method":"GET"} []
[2020-05-26T15:26:39.801070+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:26:39.801272+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:26:39.801423+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:26:39.848068+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\InvalidArgumentException: "Could not load type "App\Form\RegistrationFormType": class does not exist." at /Applications/MAMP/htdocs/emediation/vendor/symfony/form/FormRegistry.php line 85 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\InvalidArgumentException(code: 0): Could not load type \"App\\Form\\RegistrationFormType\": class does not exist. at /Applications/MAMP/htdocs/emediation/vendor/symfony/form/FormRegistry.php:85)"} []
[2020-05-26T15:26:39.940496+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:26:40.229444+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3cfe02"},"request_uri":"http://localhost/emediation/public/_wdt/3cfe02","method":"GET"} []
[2020-05-26T15:27:05.281870+02:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://localhost/emediation/public/register","method":"GET"} []
[2020-05-26T15:27:05.284990+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:27:05.285166+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:27:05.285312+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:27:05.577478+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:27:05.926380+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a4e2f2"},"request_uri":"http://localhost/emediation/public/_wdt/a4e2f2","method":"GET"} []
[2020-05-26T15:27:51.388619+02:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://localhost/emediation/public/register","method":"POST"} []
[2020-05-26T15:27:51.463171+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:27:51.463374+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:27:51.463529+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:27:51.466597+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:27:51.745941+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.email = ? ["bast.lucas@hotmail.fr"] []
[2020-05-26T15:27:52.172669+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c92af6"},"request_uri":"http://localhost/emediation/public/_wdt/c92af6","method":"GET"} []
[2020-05-26T15:28:00.853193+02:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://localhost/emediation/public/register","method":"POST"} []
[2020-05-26T15:28:00.929298+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:28:00.929501+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:28:00.929654+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:28:00.932693+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:28:01.200345+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.email = ? ["bast.lucas@hotmail.fr"] []
[2020-05-26T15:28:02.647929+02:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-05-26T15:28:02.649805+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password, nom, prenom, adresse, cp, ville, tel) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"bast.lucas@hotmail.fr","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]","4":"LUCAS","5":"Bastien","6":"32 rue de valognes","7":50690,"8":"La Hague","9":"0700990099"} []
[2020-05-26T15:28:02.652026+02:00] doctrine.DEBUG: "COMMIT" [] []
[2020-05-26T15:28:02.684002+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:28:03.034814+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/","method":"GET"} []
[2020-05-26T15:28:03.109489+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:28:03.109694+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:28:03.109841+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:28:03.181379+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:28:03.206254+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:28:03.225352+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:28:03.229409+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:28:03.264109+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:28:03.545939+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f5e4cd"},"request_uri":"http://localhost/emediation/public/_wdt/f5e4cd","method":"GET"} []
[2020-05-26T15:30:24.935347+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/","method":"GET"} []
[2020-05-26T15:30:25.011536+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:30:25.011744+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:30:25.011897+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:30:25.087837+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:30:25.117325+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:30:25.139561+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:30:25.144409+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:30:25.216029+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:30:25.598144+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"528d7f"},"request_uri":"http://localhost/emediation/public/_wdt/528d7f","method":"GET"} []
[2020-05-26T15:31:28.701934+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/","method":"GET"} []
[2020-05-26T15:31:28.775149+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:31:28.775397+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:31:28.775555+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:31:28.834733+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:31:28.862019+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:31:28.886374+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:31:28.891184+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:31:28.965064+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:31:29.295470+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"86a4b0"},"request_uri":"http://localhost/emediation/public/_wdt/86a4b0","method":"GET"} []
[2020-05-26T15:31:48.007920+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/","method":"GET"} []
[2020-05-26T15:31:48.080625+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:31:48.080827+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:31:48.081042+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:31:48.155845+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:31:48.181698+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:31:48.204757+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:31:48.209196+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:31:48.273561+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:31:49.097738+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"36105e"},"request_uri":"http://localhost/emediation/public/_wdt/36105e","method":"GET"} []
[2020-05-26T15:32:16.745011+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/","method":"GET"} []
[2020-05-26T15:32:16.820259+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:32:16.820462+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:32:16.820610+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:32:16.898298+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:32:16.923715+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:32:16.941859+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:32:16.945516+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:32:17.019254+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:32:17.359152+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a8ce8f"},"request_uri":"http://localhost/emediation/public/_wdt/a8ce8f","method":"GET"} []
[2020-05-26T15:32:19.715012+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T15:32:19.787479+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:32:19.787681+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:32:19.787829+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:32:19.864086+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:32:19.893047+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:32:19.913005+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:32:19.916621+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:32:19.950990+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:32:20.260580+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"44e08c"},"request_uri":"http://localhost/emediation/public/_wdt/44e08c","method":"GET"} []
[2020-05-26T15:32:48.475757+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T15:32:48.550926+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:32:48.551130+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:32:48.551279+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:32:48.628528+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:32:48.658276+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:32:48.681459+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:32:48.686186+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:32:48.757686+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:32:49.094744+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"23f8db"},"request_uri":"http://localhost/emediation/public/_wdt/23f8db","method":"GET"} []
[2020-05-26T15:33:06.687094+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T15:33:06.762512+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:33:06.762737+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:33:06.762892+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:33:06.840203+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:33:06.869546+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:33:06.892250+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:33:06.897204+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:33:06.975925+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:33:07.359698+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"901ca5"},"request_uri":"http://localhost/emediation/public/_wdt/901ca5","method":"GET"} []
[2020-05-26T15:33:15.679776+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T15:33:15.754737+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:33:15.754938+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:33:15.755108+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:33:15.827624+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:33:15.855816+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:33:15.878831+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:33:15.883175+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:33:15.962559+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:33:16.313927+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1935b2"},"request_uri":"http://localhost/emediation/public/_wdt/1935b2","method":"GET"} []
[2020-05-26T15:33:27.184571+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T15:33:27.258749+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:33:27.258954+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:33:27.259103+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:33:27.334190+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:33:27.363558+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:33:27.383833+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:33:27.387983+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:33:27.467786+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:33:27.808341+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f5fbe9"},"request_uri":"http://localhost/emediation/public/_wdt/f5fbe9","method":"GET"} []
[2020-05-26T15:33:45.179912+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T15:33:45.254027+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:33:45.254232+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:33:45.254381+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:33:45.329191+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:33:45.357000+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:33:45.379792+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:33:45.384848+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:33:45.462731+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:33:45.796074+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"166dd4"},"request_uri":"http://localhost/emediation/public/_wdt/166dd4","method":"GET"} []
[2020-05-26T15:33:46.768254+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T15:33:46.840560+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:33:46.840769+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:33:46.840921+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:33:46.917119+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:33:46.944048+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:33:46.965016+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:33:46.969851+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:33:47.006208+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:33:47.319296+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9a964e"},"request_uri":"http://localhost/emediation/public/_wdt/9a964e","method":"GET"} []
[2020-05-26T15:33:47.782977+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T15:33:47.855773+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:33:47.855974+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:33:47.856124+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:33:47.928949+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:33:47.955803+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:33:47.976715+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:33:47.981322+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:33:48.016945+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:33:48.302481+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1b9b14"},"request_uri":"http://localhost/emediation/public/_wdt/1b9b14","method":"GET"} []
[2020-05-26T15:34:03.644686+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T15:34:03.716809+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:34:03.717014+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:34:03.717163+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:34:03.733325+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:34:03.800417+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:34:03.829630+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:34:04.022248+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T15:34:04.025576+02:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.nom AS nom_4, u0_.prenom AS prenom_5, u0_.adresse AS adresse_6, u0_.cp AS cp_7, u0_.ville AS ville_8, u0_.tel AS tel_9 FROM user u0_ [] []
[2020-05-26T15:34:04.046821+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Catchable Fatal Error: Object of class App\Entity\User could not be converted to string" at /Applications/MAMP/htdocs/emediation/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php line 57 {"exception":"[object] (ErrorException(code: 0): Catchable Fatal Error: Object of class App\\Entity\\User could not be converted to string at /Applications/MAMP/htdocs/emediation/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php:57)"} []
[2020-05-26T15:34:04.189786+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:34:04.462734+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2bca6e"},"request_uri":"http://localhost/emediation/public/_wdt/2bca6e","method":"GET"} []
[2020-05-26T15:34:54.886327+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T15:34:54.960384+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:34:54.960595+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:34:54.960749+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:34:54.977494+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:34:55.089715+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:34:55.121216+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:34:55.267725+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T15:34:55.271479+02:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.nom AS nom_4, u0_.prenom AS prenom_5, u0_.adresse AS adresse_6, u0_.cp AS cp_7, u0_.ville AS ville_8, u0_.tel AS tel_9 FROM user u0_ [] []
[2020-05-26T15:34:55.338659+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:34:55.663938+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"981f5c"},"request_uri":"http://localhost/emediation/public/_wdt/981f5c","method":"GET"} []
[2020-05-26T15:35:08.562853+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T15:35:08.635527+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:35:08.635696+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:35:08.635818+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:35:08.710075+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:35:08.735632+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:35:08.757906+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:35:08.762707+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:35:08.791681+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:35:09.109803+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a9e270"},"request_uri":"http://localhost/emediation/public/_wdt/a9e270","method":"GET"} []
[2020-05-26T15:35:32.486430+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T15:35:32.561410+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:35:32.561612+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:35:32.561761+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:35:32.578970+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:35:32.653405+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:35:32.679064+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:35:32.818783+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T15:35:32.822335+02:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.nom AS nom_4, u0_.prenom AS prenom_5, u0_.adresse AS adresse_6, u0_.cp AS cp_7, u0_.ville AS ville_8, u0_.tel AS tel_9 FROM user u0_ [] []
[2020-05-26T15:35:32.889348+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:35:33.189451+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ec8a51"},"request_uri":"http://localhost/emediation/public/_wdt/ec8a51","method":"GET"} []
[2020-05-26T15:37:54.517229+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T15:37:54.520761+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:37:54.520948+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:37:54.521099+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:37:54.533447+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:37:54.584328+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:37:54.603431+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:37:54.696914+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T15:37:54.700758+02:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.nom AS nom_4, u0_.prenom AS prenom_5, u0_.adresse AS adresse_6, u0_.cp AS cp_7, u0_.ville AS ville_8, u0_.tel AS tel_9 FROM user u0_ [] []
[2020-05-26T15:37:54.781366+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:37:55.948607+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T15:37:56.024790+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:37:56.024990+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:37:56.025145+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:37:56.036629+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:37:56.083477+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:37:56.105394+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:37:56.248107+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T15:37:56.251614+02:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.nom AS nom_4, u0_.prenom AS prenom_5, u0_.adresse AS adresse_6, u0_.cp AS cp_7, u0_.ville AS ville_8, u0_.tel AS tel_9 FROM user u0_ [] []
[2020-05-26T15:37:56.329625+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:37:56.735711+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"40051b"},"request_uri":"http://localhost/emediation/public/_wdt/40051b","method":"GET"} []
[2020-05-26T15:42:35.160564+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T15:42:35.203227+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:42:35.203333+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:42:35.203404+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:42:35.213128+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:42:35.265417+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:42:35.294429+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:42:35.430941+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T15:42:35.434853+02:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.nom AS nom_4, u0_.prenom AS prenom_5, u0_.adresse AS adresse_6, u0_.cp AS cp_7, u0_.ville AS ville_8, u0_.tel AS tel_9 FROM user u0_ [] []
[2020-05-26T15:42:35.557339+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:42:35.978115+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"924063"},"request_uri":"http://localhost/emediation/public/_wdt/924063","method":"GET"} []
[2020-05-26T15:42:36.868089+02:00] request.INFO: Matched route "app_logout". {"route":"app_logout","route_parameters":{"_route":"app_logout","_controller":"App\\Controller\\SecurityController::logout"},"request_uri":"http://localhost/emediation/public/logout","method":"GET"} []
[2020-05-26T15:42:36.924072+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:42:36.924177+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:42:36.924246+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:42:36.931660+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:42:36.970604+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:42:36.986600+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:42:37.245109+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/","method":"GET"} []
[2020-05-26T15:42:37.306359+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:42:37.306560+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:42:37.306709+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:42:37.362969+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:42:37.377251+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /Applications/MAMP/htdocs/emediation/vendor/symfony/framework-bundle/Controller/AbstractController.php:319)"} []
[2020-05-26T15:42:37.377773+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2020-05-26T15:42:37.606915+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://localhost/emediation/public/login","method":"GET"} []
[2020-05-26T15:42:37.676316+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:42:37.676512+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:42:37.676663+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:42:37.701156+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:42:37.956802+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a9d86d"},"request_uri":"http://localhost/emediation/public/_wdt/a9d86d","method":"GET"} []
[2020-05-26T15:45:12.572853+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://localhost/emediation/public/login","method":"GET"} []
[2020-05-26T15:45:12.617356+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:45:12.617460+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:45:12.617531+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:45:12.651162+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:45:12.955262+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"515b2e"},"request_uri":"http://localhost/emediation/public/_wdt/515b2e","method":"GET"} []
[2020-05-26T15:45:30.755588+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://localhost/emediation/public/login","method":"GET"} []
[2020-05-26T15:45:30.809974+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:45:30.810177+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:45:30.810330+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:45:30.876308+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:45:33.232348+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4d6462"},"request_uri":"http://localhost/emediation/public/_wdt/4d6462","method":"GET"} []
[2020-05-26T15:45:43.061975+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://localhost/emediation/public/login","method":"GET"} []
[2020-05-26T15:45:43.130549+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:45:43.130768+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:45:43.131002+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:45:43.191197+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:45:43.526513+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8a3f7a"},"request_uri":"http://localhost/emediation/public/_wdt/8a3f7a","method":"GET"} []
[2020-05-26T15:46:51.722042+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://localhost/emediation/public/login","method":"GET"} []
[2020-05-26T15:46:51.783656+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:46:51.783863+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:46:51.784018+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:46:51.834464+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:46:52.150777+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e490f4"},"request_uri":"http://localhost/emediation/public/_wdt/e490f4","method":"GET"} []
[2020-05-26T15:47:24.490349+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://localhost/emediation/public/login","method":"GET"} []
[2020-05-26T15:47:24.558693+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:47:24.558903+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:47:24.559059+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:47:24.629526+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:47:24.907156+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"237b32"},"request_uri":"http://localhost/emediation/public/_wdt/237b32","method":"GET"} []
[2020-05-26T15:47:31.486699+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://localhost/emediation/public/login","method":"GET"} []
[2020-05-26T15:47:31.546785+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:47:31.546987+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:47:31.547139+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:47:31.591661+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:47:31.916489+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a3b57f"},"request_uri":"http://localhost/emediation/public/_wdt/a3b57f","method":"GET"} []
[2020-05-26T15:47:56.069245+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://localhost/emediation/public/login","method":"POST"} []
[2020-05-26T15:47:56.127054+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:47:56.127259+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:47:56.127431+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:47:56.129053+02:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:47:56.201725+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.email = ? LIMIT 1 ["bast.lucas@hotmail.fr"] []
[2020-05-26T15:47:57.222632+02:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"bast.lucas@hotmail.fr\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:47:57.227881+02:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Tue, 26 May 2020 13:47:57 GMT\r\nLocation: http://localhost/emediation/public/\r\n\r\n\n\n
\n \n \n\n Redirecting to http://localhost/emediation/public/\n \n \n Redirecting to http://localhost/emediation/public/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:47:57.228127+02:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:47:57.228269+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:47:57.250651+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:47:57.474808+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/","method":"GET"} []
[2020-05-26T15:47:57.510720+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:47:57.510828+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:47:57.510901+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:47:57.579082+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:47:57.604318+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:47:57.624437+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:47:57.628989+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:47:57.666393+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:47:57.951223+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d978bb"},"request_uri":"http://localhost/emediation/public/_wdt/d978bb","method":"GET"} []
[2020-05-26T15:48:59.005487+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/","method":"GET"} []
[2020-05-26T15:48:59.075958+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:48:59.076163+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:48:59.076314+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:48:59.150883+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:48:59.176213+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:48:59.190617+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:48:59.194400+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:48:59.268141+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:48:59.571987+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d86527"},"request_uri":"http://localhost/emediation/public/_wdt/d86527","method":"GET"} []
[2020-05-26T15:49:00.227388+02:00] request.INFO: Matched route "app_logout". {"route":"app_logout","route_parameters":{"_route":"app_logout","_controller":"App\\Controller\\SecurityController::logout"},"request_uri":"http://localhost/emediation/public/logout","method":"GET"} []
[2020-05-26T15:49:00.278806+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:49:00.278929+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:49:00.279082+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:49:00.288372+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:49:00.342616+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:49:00.361864+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:49:00.596438+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/","method":"GET"} []
[2020-05-26T15:49:00.660050+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:49:00.660260+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:49:00.660412+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:49:00.719457+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:49:00.745893+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /Applications/MAMP/htdocs/emediation/vendor/symfony/framework-bundle/Controller/AbstractController.php:319)"} []
[2020-05-26T15:49:00.746823+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2020-05-26T15:49:01.063857+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://localhost/emediation/public/login","method":"GET"} []
[2020-05-26T15:49:01.138256+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:49:01.138467+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:49:01.138626+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:49:01.163388+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T15:49:01.436289+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ed00a1"},"request_uri":"http://localhost/emediation/public/_wdt/ed00a1","method":"GET"} []
[2020-05-26T15:49:18.921517+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://localhost/emediation/public/login","method":"POST"} []
[2020-05-26T15:49:18.989373+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:49:18.989573+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:49:18.989745+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:49:18.991221+02:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:49:19.066582+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.email = ? LIMIT 1 ["bast.lucas@hotmail.fr"] []
[2020-05-26T15:49:20.205423+02:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"bast.lucas@hotmail.fr\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:49:20.211991+02:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Tue, 26 May 2020 13:49:20 GMT\r\nLocation: http://localhost/emediation/public/\r\n\r\n\n\n \n \n \n\n Redirecting to http://localhost/emediation/public/\n \n \n Redirecting to http://localhost/emediation/public/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:49:20.212321+02:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:49:20.212483+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:49:20.228000+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:49:20.416743+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/","method":"GET"} []
[2020-05-26T15:49:20.458906+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:49:20.459034+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:49:20.459118+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:49:20.509626+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:49:20.526012+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:49:20.539040+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:49:20.541700+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:49:20.563174+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:49:20.810255+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"daa3ba"},"request_uri":"http://localhost/emediation/public/_wdt/daa3ba","method":"GET"} []
[2020-05-26T15:49:56.490487+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/","method":"GET"} []
[2020-05-26T15:49:56.541200+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:49:56.541327+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:49:56.541412+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:49:56.589148+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:49:56.614353+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:49:56.637418+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:49:56.641864+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:49:56.722370+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:49:56.984514+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"432b44"},"request_uri":"http://localhost/emediation/public/_wdt/432b44","method":"GET"} []
[2020-05-26T15:51:15.063171+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/","method":"GET"} []
[2020-05-26T15:51:15.105868+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:51:15.105976+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:51:15.106084+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:51:15.161614+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:51:15.181091+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:51:15.199139+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:51:15.202480+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:51:15.283365+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:51:15.772245+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"915384"},"request_uri":"http://localhost/emediation/public/_wdt/915384","method":"GET"} []
[2020-05-26T15:51:17.155909+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T15:51:17.199806+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:51:17.200029+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:51:17.200120+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:51:17.212633+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:51:17.255097+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:51:17.273312+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:51:17.400950+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T15:51:17.404791+02:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.nom AS nom_4, u0_.prenom AS prenom_5, u0_.adresse AS adresse_6, u0_.cp AS cp_7, u0_.ville AS ville_8, u0_.tel AS tel_9 FROM user u0_ [] []
[2020-05-26T15:51:17.488756+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:51:17.768279+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"35df0d"},"request_uri":"http://localhost/emediation/public/_wdt/35df0d","method":"GET"} []
[2020-05-26T15:51:37.524254+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/","method":"GET"} []
[2020-05-26T15:51:37.573957+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:51:37.574082+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:51:37.574213+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:51:37.636378+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:51:37.654248+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:51:37.669311+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:51:37.672654+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:51:37.746613+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:51:38.065525+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"631a4c"},"request_uri":"http://localhost/emediation/public/_wdt/631a4c","method":"GET"} []
[2020-05-26T15:51:50.238101+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/","method":"GET"} []
[2020-05-26T15:51:50.312448+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:51:50.312694+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:51:50.312842+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:51:50.381716+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:51:50.405859+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:51:50.427954+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:51:50.432962+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:51:50.520280+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:51:51.805403+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"70f1de"},"request_uri":"http://localhost/emediation/public/_wdt/70f1de","method":"GET"} []
[2020-05-26T15:52:38.141542+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/","method":"GET"} []
[2020-05-26T15:52:38.197569+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:52:38.197772+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:52:38.197920+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:52:38.251420+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:52:38.266846+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:52:38.278340+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:52:38.284215+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:52:38.326357+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:52:38.640408+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"70915b"},"request_uri":"http://localhost/emediation/public/_wdt/70915b","method":"GET"} []
[2020-05-26T15:52:44.088578+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T15:52:44.152161+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:52:44.152286+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:52:44.152374+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:52:44.164633+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:52:44.222439+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:52:44.249450+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:52:44.348860+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T15:52:44.350858+02:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.nom AS nom_4, u0_.prenom AS prenom_5, u0_.adresse AS adresse_6, u0_.cp AS cp_7, u0_.ville AS ville_8, u0_.tel AS tel_9 FROM user u0_ [] []
[2020-05-26T15:52:44.395830+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:52:44.663299+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"47649f"},"request_uri":"http://localhost/emediation/public/_wdt/47649f","method":"GET"} []
[2020-05-26T15:52:47.037039+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T15:52:47.104625+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:52:47.104828+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:52:47.104976+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:52:47.164352+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:52:47.191439+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:52:47.211250+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:52:47.214722+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:52:47.240894+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:52:47.468192+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5c2ad0"},"request_uri":"http://localhost/emediation/public/_wdt/5c2ad0","method":"GET"} []
[2020-05-26T15:53:12.841235+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T15:53:12.880192+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:53:12.880349+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:53:12.880419+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:53:12.921501+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:53:12.943632+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:53:12.958069+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:53:12.962917+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:53:13.037231+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:53:13.299370+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"46964f"},"request_uri":"http://localhost/emediation/public/_wdt/46964f","method":"GET"} []
[2020-05-26T15:54:01.585927+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T15:54:01.657309+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:54:01.657481+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:54:01.657603+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:54:01.732731+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:54:01.759652+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:54:01.779209+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:54:01.783888+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:54:01.855209+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:54:02.135294+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cd7d49"},"request_uri":"http://localhost/emediation/public/_wdt/cd7d49","method":"GET"} []
[2020-05-26T15:54:14.939232+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T15:54:14.982393+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:54:14.982506+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:54:14.982583+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:54:15.036299+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:54:15.062318+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:54:15.078431+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:54:15.081190+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:54:15.150480+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:54:15.879700+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"af7813"},"request_uri":"http://localhost/emediation/public/_wdt/af7813","method":"GET"} []
[2020-05-26T15:54:27.626151+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T15:54:27.667482+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:54:27.667589+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:54:27.667660+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:54:27.720894+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:54:27.738878+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:54:27.755493+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:54:27.758395+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T15:54:27.830566+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:54:28.112162+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"87edd6"},"request_uri":"http://localhost/emediation/public/_wdt/87edd6","method":"GET"} []
[2020-05-26T15:54:29.106420+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T15:54:29.168135+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:54:29.168260+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:54:29.168344+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:54:29.178148+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:54:29.241327+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:54:29.265055+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:54:29.344692+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T15:54:29.346683+02:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.nom AS nom_4, u0_.prenom AS prenom_5, u0_.adresse AS adresse_6, u0_.cp AS cp_7, u0_.ville AS ville_8, u0_.tel AS tel_9 FROM user u0_ [] []
[2020-05-26T15:54:29.407541+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:54:29.631185+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8d9c05"},"request_uri":"http://localhost/emediation/public/_wdt/8d9c05","method":"GET"} []
[2020-05-26T15:56:25.095720+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T15:56:25.171452+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:56:25.171704+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:56:25.171885+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:56:25.189250+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:56:25.263862+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:56:25.294694+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:56:25.429016+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T15:56:25.432981+02:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.nom AS nom_4, u0_.prenom AS prenom_5, u0_.adresse AS adresse_6, u0_.cp AS cp_7, u0_.ville AS ville_8, u0_.tel AS tel_9 FROM user u0_ [] []
[2020-05-26T15:56:25.508809+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:56:25.806262+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"02db79"},"request_uri":"http://localhost/emediation/public/_wdt/02db79","method":"GET"} []
[2020-05-26T15:56:45.291916+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T15:56:45.365026+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:56:45.365233+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:56:45.365385+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:56:45.381095+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:56:45.443811+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:56:45.468381+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:56:45.567671+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\OptionsResolver\Exception\UndefinedOptionsException: "An error has occurred resolving the options of the form "Symfony\Bridge\Doctrine\Form\Type\EntityType": The option "type" does not exist. Defined options are: "action", "allow_extra_fields", "allow_file_upload", "attr", "attr_translation_parameters", "auto_initialize", "block_name", "block_prefix", "by_reference", "choice_attr", "choice_label", "choice_loader", "choice_name", "choice_translation_domain", "choice_value", "choices", "class", "compound", "constraints", "csrf_field_name", "csrf_message", "csrf_protection", "csrf_token_id", "csrf_token_manager", "data", "data_class", "disabled", "em", "empty_data", "error_bubbling", "error_mapping", "expanded", "extra_fields_message", "group_by", "help", "help_attr", "help_html", "help_translation_parameters", "id_reader", "inherit_data", "invalid_message", "invalid_message_parameters", "label", "label_attr", "label_format", "label_translation_parameters", "mapped", "method", "multiple", "placeholder", "post_max_size_message", "preferred_choices", "property_path", "query_builder", "required", "row_attr", "translation_domain", "trim", "upload_max_size_message", "validation_groups"." at /Applications/MAMP/htdocs/emediation/vendor/symfony/form/ResolvedFormType.php line 99 {"exception":"[object] (Symfony\\Component\\OptionsResolver\\Exception\\UndefinedOptionsException(code: 0): An error has occurred resolving the options of the form \"Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType\": The option \"type\" does not exist. Defined options are: \"action\", \"allow_extra_fields\", \"allow_file_upload\", \"attr\", \"attr_translation_parameters\", \"auto_initialize\", \"block_name\", \"block_prefix\", \"by_reference\", \"choice_attr\", \"choice_label\", \"choice_loader\", \"choice_name\", \"choice_translation_domain\", \"choice_value\", \"choices\", \"class\", \"compound\", \"constraints\", \"csrf_field_name\", \"csrf_message\", \"csrf_protection\", \"csrf_token_id\", \"csrf_token_manager\", \"data\", \"data_class\", \"disabled\", \"em\", \"empty_data\", \"error_bubbling\", \"error_mapping\", \"expanded\", \"extra_fields_message\", \"group_by\", \"help\", \"help_attr\", \"help_html\", \"help_translation_parameters\", \"id_reader\", \"inherit_data\", \"invalid_message\", \"invalid_message_parameters\", \"label\", \"label_attr\", \"label_format\", \"label_translation_parameters\", \"mapped\", \"method\", \"multiple\", \"placeholder\", \"post_max_size_message\", \"preferred_choices\", \"property_path\", \"query_builder\", \"required\", \"row_attr\", \"translation_domain\", \"trim\", \"upload_max_size_message\", \"validation_groups\". at /Applications/MAMP/htdocs/emediation/vendor/symfony/form/ResolvedFormType.php:99)\n[previous exception] [object] (Symfony\\Component\\OptionsResolver\\Exception\\UndefinedOptionsException(code: 0): The option \"type\" does not exist. Defined options are: \"action\", \"allow_extra_fields\", \"allow_file_upload\", \"attr\", \"attr_translation_parameters\", \"auto_initialize\", \"block_name\", \"block_prefix\", \"by_reference\", \"choice_attr\", \"choice_label\", \"choice_loader\", \"choice_name\", \"choice_translation_domain\", \"choice_value\", \"choices\", \"class\", \"compound\", \"constraints\", \"csrf_field_name\", \"csrf_message\", \"csrf_protection\", \"csrf_token_id\", \"csrf_token_manager\", \"data\", \"data_class\", \"disabled\", \"em\", \"empty_data\", \"error_bubbling\", \"error_mapping\", \"expanded\", \"extra_fields_message\", \"group_by\", \"help\", \"help_attr\", \"help_html\", \"help_translation_parameters\", \"id_reader\", \"inherit_data\", \"invalid_message\", \"invalid_message_parameters\", \"label\", \"label_attr\", \"label_format\", \"label_translation_parameters\", \"mapped\", \"method\", \"multiple\", \"placeholder\", \"post_max_size_message\", \"preferred_choices\", \"property_path\", \"query_builder\", \"required\", \"row_attr\", \"translation_domain\", \"trim\", \"upload_max_size_message\", \"validation_groups\". at /Applications/MAMP/htdocs/emediation/vendor/symfony/options-resolver/OptionsResolver.php:798)"} []
[2020-05-26T15:56:45.731489+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:56:45.945555+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d59bc6"},"request_uri":"http://localhost/emediation/public/_wdt/d59bc6","method":"GET"} []
[2020-05-26T15:59:17.346545+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T15:59:17.413007+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:59:17.413212+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:59:17.413361+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:59:17.427307+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:59:17.497170+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:59:17.525568+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:59:17.552380+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined property: App\Controller\LitigeController::$security" at /Applications/MAMP/htdocs/emediation/src/Controller/LitigeController.php line 36 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined property: App\\Controller\\LitigeController::$security at /Applications/MAMP/htdocs/emediation/src/Controller/LitigeController.php:36)"} []
[2020-05-26T15:59:17.631304+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:59:17.849463+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1e2578"},"request_uri":"http://localhost/emediation/public/_wdt/1e2578","method":"GET"} []
[2020-05-26T15:59:40.643392+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T15:59:40.709881+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T15:59:40.710051+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:59:40.710173+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T15:59:40.724528+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T15:59:40.794789+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T15:59:40.825598+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T15:59:40.852278+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined property: App\Controller\LitigeController::$security" at /Applications/MAMP/htdocs/emediation/src/Controller/LitigeController.php line 36 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined property: App\\Controller\\LitigeController::$security at /Applications/MAMP/htdocs/emediation/src/Controller/LitigeController.php:36)"} []
[2020-05-26T15:59:40.939518+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T15:59:41.164755+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3c3346"},"request_uri":"http://localhost/emediation/public/_wdt/3c3346","method":"GET"} []
[2020-05-26T16:01:36.880866+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T16:01:36.963335+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:01:36.963474+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:01:36.963571+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:01:36.978466+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:01:37.063305+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:01:37.108627+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:01:37.140230+02:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined property: App\Controller\LitigeController::$security" at /Applications/MAMP/htdocs/emediation/src/Controller/LitigeController.php line 37 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined property: App\\Controller\\LitigeController::$security at /Applications/MAMP/htdocs/emediation/src/Controller/LitigeController.php:37)"} []
[2020-05-26T16:01:37.250103+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:01:37.463507+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f84a1a"},"request_uri":"http://localhost/emediation/public/_wdt/f84a1a","method":"GET"} []
[2020-05-26T16:02:16.806752+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T16:02:16.873111+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:02:16.873249+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:02:16.873350+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:02:16.885301+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:02:16.958606+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:02:16.989670+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:02:17.157596+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T16:02:17.161659+02:00] doctrine.DEBUG: SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.nom AS nom_4, u0_.prenom AS prenom_5, u0_.adresse AS adresse_6, u0_.cp AS cp_7, u0_.ville AS ville_8, u0_.tel AS tel_9 FROM user u0_ [] []
[2020-05-26T16:02:17.241102+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:02:17.557962+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aa58c6"},"request_uri":"http://localhost/emediation/public/_wdt/aa58c6","method":"GET"} []
[2020-05-26T16:02:34.373300+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T16:02:34.445065+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:02:34.445235+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:02:34.445355+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:02:34.460228+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:02:34.524291+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:02:34.554484+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:02:34.691100+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T16:02:34.772226+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:02:35.119339+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"40894d"},"request_uri":"http://localhost/emediation/public/_wdt/40894d","method":"GET"} []
[2020-05-26T16:02:42.422422+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T16:02:42.494568+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:02:42.494745+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:02:42.494867+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:02:42.509506+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:02:42.580423+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:02:42.610100+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:02:42.738199+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T16:02:42.818906+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:02:43.153311+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8cdae2"},"request_uri":"http://localhost/emediation/public/_wdt/8cdae2","method":"GET"} []
[2020-05-26T16:04:03.852651+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T16:04:03.936515+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:04:03.936638+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:04:03.936727+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:04:03.966714+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:04:04.041842+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:04:04.089528+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:04:04.217151+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T16:04:04.264720+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:04:04.625490+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f2b5a9"},"request_uri":"http://localhost/emediation/public/_wdt/f2b5a9","method":"GET"} []
[2020-05-26T16:04:32.760961+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T16:04:32.840892+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:04:32.841064+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:04:32.841185+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:04:32.857431+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:04:32.930240+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:04:32.955985+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:04:33.085968+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T16:04:33.151675+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:04:33.519475+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"382003"},"request_uri":"http://localhost/emediation/public/_wdt/382003","method":"GET"} []
[2020-05-26T16:06:22.961507+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T16:06:23.037221+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:06:23.037432+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:06:23.037586+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:06:23.052536+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:06:23.124267+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:06:23.143808+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:06:23.280638+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T16:06:23.361603+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:06:23.704418+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8d006f"},"request_uri":"http://localhost/emediation/public/_wdt/8d006f","method":"GET"} []
[2020-05-26T16:06:31.010338+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T16:06:31.085055+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:06:31.085221+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:06:31.085380+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:06:31.101048+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:06:31.175952+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:06:31.207343+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:06:31.342750+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T16:06:31.425136+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:06:31.743386+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0ad77b"},"request_uri":"http://localhost/emediation/public/_wdt/0ad77b","method":"GET"} []
[2020-05-26T16:07:04.235230+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T16:07:04.300805+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:07:04.301018+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:07:04.301171+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:07:04.315393+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:07:04.387955+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:07:04.417558+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:07:04.552844+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T16:07:04.628804+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:07:05.449325+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f8c505"},"request_uri":"http://localhost/emediation/public/_wdt/f8c505","method":"GET"} []
[2020-05-26T16:07:19.646680+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T16:07:19.721576+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:07:19.721784+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:07:19.721936+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:07:19.736822+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:07:19.810864+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:07:19.841596+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:07:19.979365+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T16:07:20.060164+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:07:20.356822+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e51f3e"},"request_uri":"http://localhost/emediation/public/_wdt/e51f3e","method":"GET"} []
[2020-05-26T16:07:53.172652+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T16:07:53.239963+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:07:53.240171+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:07:53.240323+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:07:53.256289+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:07:53.330232+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:07:53.360929+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:07:53.495753+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T16:07:53.631919+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:07:53.971577+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"77db42"},"request_uri":"http://localhost/emediation/public/_wdt/77db42","method":"GET"} []
[2020-05-26T16:08:18.353067+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T16:08:18.425583+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:08:18.425791+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:08:18.425942+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:08:18.441702+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:08:18.515815+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:08:18.545964+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:08:18.670451+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T16:08:18.799108+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:08:19.163177+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9d3c8f"},"request_uri":"http://localhost/emediation/public/_wdt/9d3c8f","method":"GET"} []
[2020-05-26T16:08:36.663241+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T16:08:36.733781+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:08:36.733987+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:08:36.734180+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:08:36.749591+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:08:36.825223+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:08:36.855021+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:08:36.986093+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T16:08:37.110975+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:08:37.441304+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4d3fbe"},"request_uri":"http://localhost/emediation/public/_wdt/4d3fbe","method":"GET"} []
[2020-05-26T16:09:22.250753+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T16:09:22.322681+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:09:22.322854+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:09:22.322977+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:09:22.338442+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:09:22.409795+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:09:22.440190+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:09:22.561166+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T16:09:22.679420+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:09:22.996206+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"74adf2"},"request_uri":"http://localhost/emediation/public/_wdt/74adf2","method":"GET"} []
[2020-05-26T16:09:32.942372+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T16:09:33.014493+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:09:33.014661+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:09:33.014780+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:09:33.029561+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:09:33.102518+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:09:33.132726+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:09:33.268437+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T16:09:33.382810+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:09:33.708754+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8ca4ee"},"request_uri":"http://localhost/emediation/public/_wdt/8ca4ee","method":"GET"} []
[2020-05-26T16:09:52.901028+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T16:09:52.975439+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:09:52.975682+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:09:52.975829+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:09:52.991551+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:09:53.064540+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:09:53.096016+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:09:53.230749+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T16:09:53.349419+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:09:53.682026+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f658ac"},"request_uri":"http://localhost/emediation/public/_wdt/f658ac","method":"GET"} []
[2020-05-26T16:10:17.331639+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T16:10:17.404193+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:10:17.404395+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:10:17.404543+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:10:17.419252+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:10:17.488492+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:10:17.516110+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:10:17.618264+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T16:10:17.744971+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:10:18.099921+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"418470"},"request_uri":"http://localhost/emediation/public/_wdt/418470","method":"GET"} []
[2020-05-26T16:10:50.202596+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"POST"} []
[2020-05-26T16:10:50.286376+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:10:50.361573+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:10:50.391019+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:10:50.391214+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:10:50.391337+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:10:50.391447+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:10:50.535569+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ WHERE d0_.id IN (?) [["2"]] []
[2020-05-26T16:10:50.680428+02:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-05-26T16:10:50.683268+02:00] doctrine.DEBUG: INSERT INTO litige (date, objet, description, etat, nom_parti_adverse, adresse_parti_adverse, cp_parti_adverse, ville_parti_adverse, domaine_expertise_id, mediateur_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2020-07-07T00:00:00+02:00","2":"test","3":"test","4":null,"5":"test","6":"test","7":50000,"8":"test","9":2,"10":null} []
[2020-05-26T16:10:50.689570+02:00] doctrine.DEBUG: "ROLLBACK" [] []
[2020-05-26T16:10:50.708156+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\NotNullConstraintViolationException: "An exception occurred while executing 'INSERT INTO litige (date, objet, description, etat, nom_parti_adverse, adresse_parti_adverse, cp_parti_adverse, ville_parti_adverse, domaine_expertise_id, mediateur_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)' with params ["2020-07-07", "test", "test", null, "test", "test", 50000, "test", 2, null]: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'etat' cannot be null" at /Applications/MAMP/htdocs/emediation/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\NotNullConstraintViolationException(code: 0): An exception occurred while executing 'INSERT INTO litige (date, objet, description, etat, nom_parti_adverse, adresse_parti_adverse, cp_parti_adverse, ville_parti_adverse, domaine_expertise_id, mediateur_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)' with params [\"2020-07-07\", \"test\", \"test\", null, \"test\", \"test\", 50000, \"test\", 2, null]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1048 Column 'etat' cannot be null at /Applications/MAMP/htdocs/emediation/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:103)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'etat' cannot be null at /Applications/MAMP/htdocs/emediation/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'etat' cannot be null at /Applications/MAMP/htdocs/emediation/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} []
[2020-05-26T16:10:51.182299+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:10:51.448167+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bcfb0f"},"request_uri":"http://localhost/emediation/public/_wdt/bcfb0f","method":"GET"} []
[2020-05-26T16:11:20.818258+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"POST"} []
[2020-05-26T16:11:20.891881+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:11:20.967688+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:11:20.999815+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:11:21.000048+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:11:21.000203+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:11:21.000345+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:11:21.144270+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ WHERE d0_.id IN (?) [["2"]] []
[2020-05-26T16:11:21.235248+02:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-05-26T16:11:21.237837+02:00] doctrine.DEBUG: INSERT INTO litige (date, objet, description, etat, nom_parti_adverse, adresse_parti_adverse, cp_parti_adverse, ville_parti_adverse, domaine_expertise_id, mediateur_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2020-07-07T00:00:00+02:00","2":"test","3":"test","4":false,"5":"test","6":"test","7":50000,"8":"test","9":2,"10":null} []
[2020-05-26T16:11:21.249230+02:00] doctrine.DEBUG: INSERT INTO litige_user (litige_id, user_id) VALUES (?, ?) [1,1] []
[2020-05-26T16:11:21.250373+02:00] doctrine.DEBUG: "COMMIT" [] []
[2020-05-26T16:11:21.282081+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:11:21.622213+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T16:11:21.691006+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:11:21.691129+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:11:21.691211+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:11:21.763266+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:11:21.791644+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:11:21.814763+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:11:21.819546+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T16:11:21.858552+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:11:22.209352+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b2eb57"},"request_uri":"http://localhost/emediation/public/_wdt/b2eb57","method":"GET"} []
[2020-05-26T16:12:00.410533+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T16:12:00.466841+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:12:00.467046+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:12:00.467194+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:12:00.534626+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:12:00.562664+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:12:00.585088+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:12:00.590255+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T16:12:00.684630+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:12:01.100811+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0b9377"},"request_uri":"http://localhost/emediation/public/_wdt/0b9377","method":"GET"} []
[2020-05-26T16:12:19.146757+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T16:12:19.221075+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:12:19.221281+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:12:19.221430+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:12:19.295412+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:12:19.323454+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:12:19.346342+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:12:19.351247+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T16:12:19.440783+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:12:19.774037+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"106c69"},"request_uri":"http://localhost/emediation/public/_wdt/106c69","method":"GET"} []
[2020-05-26T16:12:27.442777+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://localhost/emediation/public/litige/new","method":"GET"} []
[2020-05-26T16:12:27.515541+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:12:27.515743+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:12:27.515893+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:12:27.531793+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:12:27.603261+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:12:27.633239+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:12:27.770232+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T16:12:27.848970+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:12:28.155010+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1a3ba2"},"request_uri":"http://localhost/emediation/public/_wdt/1a3ba2","method":"GET"} []
[2020-05-26T16:12:32.061521+02:00] request.INFO: Matched route "litige_edit". {"route":"litige_edit","route_parameters":{"_route":"litige_edit","_controller":"App\\Controller\\LitigeController::edit","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1/edit","method":"GET"} []
[2020-05-26T16:12:32.129588+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:12:32.129788+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:12:32.129941+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:12:32.214962+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:12:32.246853+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:12:32.248812+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:12:32.255149+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:12:32.354278+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom AS nom_2 FROM domaines_expertise t0 WHERE t0.id = ? [2] []
[2020-05-26T16:12:32.383120+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T16:12:32.463809+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:12:32.737691+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"04db6a"},"request_uri":"http://localhost/emediation/public/_wdt/04db6a","method":"GET"} []
[2020-05-26T16:13:08.477949+02:00] request.INFO: Matched route "litige_edit". {"route":"litige_edit","route_parameters":{"_route":"litige_edit","_controller":"App\\Controller\\LitigeController::edit","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1/edit","method":"GET"} []
[2020-05-26T16:13:08.550277+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:13:08.550480+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:13:08.550631+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:13:08.635517+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:13:08.663724+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:13:08.665779+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:13:08.671667+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:13:08.773641+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom AS nom_2 FROM domaines_expertise t0 WHERE t0.id = ? [2] []
[2020-05-26T16:13:08.803905+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T16:13:08.927072+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:13:09.307280+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"86d2db"},"request_uri":"http://localhost/emediation/public/_wdt/86d2db","method":"GET"} []
[2020-05-26T16:13:22.460348+02:00] request.INFO: Matched route "litige_edit". {"route":"litige_edit","route_parameters":{"_route":"litige_edit","_controller":"App\\Controller\\LitigeController::edit","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1/edit","method":"GET"} []
[2020-05-26T16:13:22.533985+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:13:22.534191+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:13:22.534340+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:13:22.621063+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:13:22.648228+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:13:22.650480+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:13:22.656281+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:13:22.758172+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom AS nom_2 FROM domaines_expertise t0 WHERE t0.id = ? [2] []
[2020-05-26T16:13:22.788200+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T16:13:22.913238+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:13:23.239122+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bdbad3"},"request_uri":"http://localhost/emediation/public/_wdt/bdbad3","method":"GET"} []
[2020-05-26T16:13:52.664410+02:00] request.INFO: Matched route "litige_edit". {"route":"litige_edit","route_parameters":{"_route":"litige_edit","_controller":"App\\Controller\\LitigeController::edit","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1/edit","method":"GET"} []
[2020-05-26T16:13:52.736826+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:13:52.737026+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:13:52.737174+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:13:52.829485+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:13:52.861503+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:13:52.863410+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:13:52.869585+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:13:52.973261+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom AS nom_2 FROM domaines_expertise t0 WHERE t0.id = ? [2] []
[2020-05-26T16:13:53.003845+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T16:13:53.137260+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:13:53.481953+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"16c310"},"request_uri":"http://localhost/emediation/public/_wdt/16c310","method":"GET"} []
[2020-05-26T16:14:01.542916+02:00] request.INFO: Matched route "litige_edit". {"route":"litige_edit","route_parameters":{"_route":"litige_edit","_controller":"App\\Controller\\LitigeController::edit","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1/edit","method":"GET"} []
[2020-05-26T16:14:01.615353+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:14:01.615560+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:14:01.615711+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:14:01.703311+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:14:01.736248+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:14:01.737836+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:14:01.743475+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:14:01.845585+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom AS nom_2 FROM domaines_expertise t0 WHERE t0.id = ? [2] []
[2020-05-26T16:14:01.875289+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T16:14:02.000377+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:14:02.326457+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c48042"},"request_uri":"http://localhost/emediation/public/_wdt/c48042","method":"GET"} []
[2020-05-26T16:14:20.231265+02:00] request.INFO: Matched route "litige_edit". {"route":"litige_edit","route_parameters":{"_route":"litige_edit","_controller":"App\\Controller\\LitigeController::edit","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1/edit","method":"GET"} []
[2020-05-26T16:14:20.304477+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:14:20.304687+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:14:20.304842+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:14:20.395705+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:14:20.427809+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:14:20.429718+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:14:20.435854+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:14:20.540156+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom AS nom_2 FROM domaines_expertise t0 WHERE t0.id = ? [2] []
[2020-05-26T16:14:20.562914+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T16:14:20.683361+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:14:21.010401+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"563932"},"request_uri":"http://localhost/emediation/public/_wdt/563932","method":"GET"} []
[2020-05-26T16:14:37.141928+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T16:14:37.216075+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:14:37.216277+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:14:37.216424+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:14:37.288854+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:14:37.317326+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:14:37.338881+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:14:37.343948+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T16:14:37.380750+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:14:37.691367+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2cfe7f"},"request_uri":"http://localhost/emediation/public/_wdt/2cfe7f","method":"GET"} []
[2020-05-26T16:15:29.066345+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T16:15:29.164110+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:15:29.164313+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:15:29.164461+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:15:29.269823+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:15:29.315541+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:15:29.351114+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:15:29.359976+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T16:15:29.476161+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:15:29.853726+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0e1cba"},"request_uri":"http://localhost/emediation/public/_wdt/0e1cba","method":"GET"} []
[2020-05-26T16:15:40.122925+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T16:15:40.189543+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:15:40.189753+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:15:40.189906+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:15:40.263399+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:15:40.292477+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:15:40.316395+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:15:40.321328+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T16:15:40.413430+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:15:41.942234+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"026ed5"},"request_uri":"http://localhost/emediation/public/_wdt/026ed5","method":"GET"} []
[2020-05-26T16:15:43.260499+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T16:15:43.334481+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:15:43.334710+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:15:43.334864+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:15:43.408776+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:15:43.437698+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:15:43.460153+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:15:43.465010+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T16:15:43.505221+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:15:43.841869+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dfc59b"},"request_uri":"http://localhost/emediation/public/_wdt/dfc59b","method":"GET"} []
[2020-05-26T16:15:49.669217+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T16:15:49.738601+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:15:49.738797+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:15:49.738970+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:15:49.811210+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:15:49.838522+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:15:49.859048+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:15:49.863539+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T16:15:49.950236+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:15:50.289519+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4c6d16"},"request_uri":"http://localhost/emediation/public/_wdt/4c6d16","method":"GET"} []
[2020-05-26T16:17:26.533483+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T16:17:26.625705+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:17:26.625925+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:17:26.626022+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:17:26.728687+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:17:26.768679+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:17:26.800859+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:17:26.807658+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T16:17:26.902532+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:17:27.244698+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ab767f"},"request_uri":"http://localhost/emediation/public/_wdt/ab767f","method":"GET"} []
[2020-05-26T16:17:51.634876+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T16:17:51.708929+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:17:51.709135+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:17:51.709285+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:17:51.782797+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:17:51.810581+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:17:51.834244+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:17:51.839464+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T16:17:51.913908+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:17:52.260370+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3fc447"},"request_uri":"http://localhost/emediation/public/_wdt/3fc447","method":"GET"} []
[2020-05-26T16:18:13.095051+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T16:18:13.170913+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:18:13.171120+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:18:13.171269+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:18:13.245229+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:18:13.273515+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:18:13.295310+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:18:13.300488+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T16:18:13.381593+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:18:13.734003+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aebb1b"},"request_uri":"http://localhost/emediation/public/_wdt/aebb1b","method":"GET"} []
[2020-05-26T16:18:31.386711+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T16:18:31.461283+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:18:31.461489+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:18:31.461637+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:18:31.534414+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:18:31.562839+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:18:31.585949+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:18:31.590901+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T16:18:31.678629+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "user" does not exist." at /Applications/MAMP/htdocs/emediation/templates/base.html.twig line 24 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"user\" does not exist. at /Applications/MAMP/htdocs/emediation/templates/base.html.twig:24)"} []
[2020-05-26T16:18:31.834580+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:18:32.103211+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fc94f9"},"request_uri":"http://localhost/emediation/public/_wdt/fc94f9","method":"GET"} []
[2020-05-26T16:19:04.916091+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T16:19:04.990765+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:19:04.990968+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:19:04.991123+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:19:05.061973+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:19:05.086263+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:19:05.102196+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:19:05.106562+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T16:19:05.175928+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:19:05.531218+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b65574"},"request_uri":"http://localhost/emediation/public/_wdt/b65574","method":"GET"} []
[2020-05-26T16:19:10.800372+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T16:19:10.869940+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:19:10.870149+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:19:10.870299+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:19:10.943172+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:19:10.970735+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:19:10.991574+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:19:10.996092+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T16:19:11.064193+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:19:11.460211+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"37e53f"},"request_uri":"http://localhost/emediation/public/_wdt/37e53f","method":"GET"} []
[2020-05-26T16:19:17.612112+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:19:17.685779+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:19:17.685984+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:19:17.686135+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:19:17.777949+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:19:17.808093+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:19:17.809738+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:19:17.815649+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:19:17.859811+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:19:18.174032+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ab6dc5"},"request_uri":"http://localhost/emediation/public/_wdt/ab6dc5","method":"GET"} []
[2020-05-26T16:19:21.733410+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T16:19:21.805542+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:19:21.805743+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:19:21.805893+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:19:21.877892+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:19:21.905662+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:19:21.927558+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:19:21.932148+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T16:19:21.972474+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:19:22.269628+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3ac29c"},"request_uri":"http://localhost/emediation/public/_wdt/3ac29c","method":"GET"} []
[2020-05-26T16:20:01.651384+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T16:20:01.726406+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:20:01.726609+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:20:01.726758+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:20:01.800991+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:20:01.829709+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:20:01.852356+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:20:01.857255+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T16:20:01.951246+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:20:02.323611+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"685d76"},"request_uri":"http://localhost/emediation/public/_wdt/685d76","method":"GET"} []
[2020-05-26T16:20:11.610118+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T16:20:11.684199+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:20:11.684408+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:20:11.684559+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:20:11.758466+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:20:11.786561+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:20:11.809358+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:20:11.814213+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T16:20:11.905181+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:20:12.251964+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4e764e"},"request_uri":"http://localhost/emediation/public/_wdt/4e764e","method":"GET"} []
[2020-05-26T16:20:34.288546+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T16:20:34.362804+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:20:34.363010+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:20:34.363161+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:20:34.435513+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:20:34.463326+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:20:34.483522+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:20:34.487921+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T16:20:34.572192+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:20:34.931089+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4f3b71"},"request_uri":"http://localhost/emediation/public/_wdt/4f3b71","method":"GET"} []
[2020-05-26T16:20:54.301561+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T16:20:54.374684+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:20:54.374884+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:20:54.375030+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:20:54.447241+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:20:54.475248+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:20:54.497627+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:20:54.502704+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T16:20:54.591566+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:20:54.925220+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1f3e55"},"request_uri":"http://localhost/emediation/public/_wdt/1f3e55","method":"GET"} []
[2020-05-26T16:20:57.520684+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:20:57.596554+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:20:57.596758+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:20:57.596905+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:20:57.688219+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:20:57.719560+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:20:57.721501+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:20:57.727780+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:20:57.768919+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:20:58.078214+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"68208c"},"request_uri":"http://localhost/emediation/public/_wdt/68208c","method":"GET"} []
[2020-05-26T16:21:00.736296+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:21:00.809029+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:21:00.809233+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:21:00.809387+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:21:00.889418+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:21:00.919842+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:21:00.921477+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:21:00.927301+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:21:00.968122+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:21:01.290385+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cdf0df"},"request_uri":"http://localhost/emediation/public/_wdt/cdf0df","method":"GET"} []
[2020-05-26T16:21:11.239382+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:21:11.313283+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:21:11.313485+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:21:11.313634+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:21:11.402873+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:21:11.433815+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:21:11.435515+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:21:11.441461+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:21:11.483178+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:21:11.807230+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d7cb59"},"request_uri":"http://localhost/emediation/public/_wdt/d7cb59","method":"GET"} []
[2020-05-26T16:22:23.420322+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:22:23.490061+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:22:23.490266+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:22:23.490416+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:22:23.581070+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:22:23.611891+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:22:23.613545+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:22:23.619479+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:22:23.711190+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:22:24.043825+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"487ba7"},"request_uri":"http://localhost/emediation/public/_wdt/487ba7","method":"GET"} []
[2020-05-26T16:22:41.385502+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:22:41.452196+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:22:41.452344+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:22:41.452446+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:22:41.529789+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:22:41.561467+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:22:41.563369+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:22:41.568281+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:22:41.650600+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:22:42.019714+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bb6d9b"},"request_uri":"http://localhost/emediation/public/_wdt/bb6d9b","method":"GET"} []
[2020-05-26T16:22:50.118093+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:22:50.190850+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:22:50.191054+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:22:50.191202+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:22:50.280877+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:22:50.310010+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:22:50.311900+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:22:50.317476+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:22:50.410368+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:22:50.763302+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6c949b"},"request_uri":"http://localhost/emediation/public/_wdt/6c949b","method":"GET"} []
[2020-05-26T16:23:35.816463+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:23:35.885715+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:23:35.885921+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:23:35.886071+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:23:35.970486+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:23:35.996496+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:23:35.998578+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:23:36.002635+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:23:36.094244+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:23:36.421763+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"71e452"},"request_uri":"http://localhost/emediation/public/_wdt/71e452","method":"GET"} []
[2020-05-26T16:23:59.326870+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:23:59.403051+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:23:59.403257+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:23:59.403448+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:23:59.495740+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:23:59.526170+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:23:59.528050+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:23:59.534202+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:23:59.625862+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Catchable Fatal Error: Object of class DateTime could not be converted to string")." at /Applications/MAMP/htdocs/emediation/templates/litige/show.html.twig line 10 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Catchable Fatal Error: Object of class DateTime could not be converted to string\"). at /Applications/MAMP/htdocs/emediation/templates/litige/show.html.twig:10)\n[previous exception] [object] (ErrorException(code: 0): Catchable Fatal Error: Object of class DateTime could not be converted to string at /Applications/MAMP/htdocs/emediation/var/cache/dev/twig/1b/1b443c0dba62841190c453e8ba396e62b21e4fb13a8ea8e6fbf10330f4a830a5.php:96)"} []
[2020-05-26T16:23:59.849165+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:24:00.106717+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"473414"},"request_uri":"http://localhost/emediation/public/_wdt/473414","method":"GET"} []
[2020-05-26T16:24:20.945333+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:24:21.010183+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:24:21.010386+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:24:21.010534+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:24:21.097737+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:24:21.128273+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:24:21.130194+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:24:21.136184+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:24:21.229710+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:24:21.579206+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9c4f94"},"request_uri":"http://localhost/emediation/public/_wdt/9c4f94","method":"GET"} []
[2020-05-26T16:24:49.622746+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:24:49.688337+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:24:49.688541+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:24:49.688691+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:24:49.778964+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:24:49.810591+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:24:49.812347+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:24:49.817616+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:24:49.912545+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:24:50.270760+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"333e06"},"request_uri":"http://localhost/emediation/public/_wdt/333e06","method":"GET"} []
[2020-05-26T16:25:00.226606+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:25:00.300757+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:25:00.300927+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:25:00.301047+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:25:00.391714+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:25:00.422706+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:25:00.424651+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:25:00.430815+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:25:00.525537+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:25:00.859912+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8ed64a"},"request_uri":"http://localhost/emediation/public/_wdt/8ed64a","method":"GET"} []
[2020-05-26T16:25:12.849490+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:25:12.922864+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:25:12.923032+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:25:12.923176+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:25:13.014827+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:25:13.046893+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:25:13.048566+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:25:13.054742+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:25:13.147859+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:25:13.582813+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"22a3f2"},"request_uri":"http://localhost/emediation/public/_wdt/22a3f2","method":"GET"} []
[2020-05-26T16:25:24.002986+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:25:24.075921+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:25:24.076140+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:25:24.076298+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:25:24.166079+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:25:24.197886+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:25:24.199754+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:25:24.205847+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:25:24.299331+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:25:24.633874+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"84d6e0"},"request_uri":"http://localhost/emediation/public/_wdt/84d6e0","method":"GET"} []
[2020-05-26T16:25:31.989619+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:25:32.063827+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:25:32.064032+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:25:32.064181+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:25:32.156096+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:25:32.188316+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:25:32.190207+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:25:32.196587+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:25:32.291487+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:25:32.619055+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c54b15"},"request_uri":"http://localhost/emediation/public/_wdt/c54b15","method":"GET"} []
[2020-05-26T16:25:47.601594+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:25:47.673709+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:25:47.673913+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:25:47.674062+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:25:47.765218+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:25:47.793100+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:25:47.794372+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:25:47.800293+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:25:47.878261+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:25:48.217834+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0e9425"},"request_uri":"http://localhost/emediation/public/_wdt/0e9425","method":"GET"} []
[2020-05-26T16:25:52.500178+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:25:52.568071+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:25:52.568286+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:25:52.568440+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:25:52.656630+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:25:52.683736+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:25:52.685461+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:25:52.689521+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:25:52.765249+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:25:53.102077+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"18c026"},"request_uri":"http://localhost/emediation/public/_wdt/18c026","method":"GET"} []
[2020-05-26T16:26:16.952739+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:26:17.017709+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:26:17.017914+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:26:17.018067+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:26:17.110732+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:26:17.142999+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:26:17.144921+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:26:17.150860+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:26:17.246190+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:26:17.566404+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b1fd1a"},"request_uri":"http://localhost/emediation/public/_wdt/b1fd1a","method":"GET"} []
[2020-05-26T16:26:50.770599+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:26:50.839895+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:26:50.840102+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:26:50.840254+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:26:50.931027+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:26:50.962865+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:26:50.964486+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:26:50.970189+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:26:51.054329+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:26:51.385367+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"570dd2"},"request_uri":"http://localhost/emediation/public/_wdt/570dd2","method":"GET"} []
[2020-05-26T16:26:56.661193+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:26:56.732658+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:26:56.732862+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:26:56.733012+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:26:56.821866+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:26:56.854189+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:26:56.856089+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:26:56.862484+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:26:56.951693+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:26:57.287395+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"667268"},"request_uri":"http://localhost/emediation/public/_wdt/667268","method":"GET"} []
[2020-05-26T16:28:25.040368+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:28:25.107964+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:28:25.108087+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:28:25.108174+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:28:25.197983+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:28:25.229855+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:28:25.231557+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:28:25.237364+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:28:25.334667+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:28:25.697987+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"231b19"},"request_uri":"http://localhost/emediation/public/_wdt/231b19","method":"GET"} []
[2020-05-26T16:28:37.859197+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:28:37.935214+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:28:37.935414+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:28:37.935565+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:28:38.028054+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:28:38.060094+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:28:38.062035+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:28:38.067461+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:28:38.160612+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:28:38.476583+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"479e5d"},"request_uri":"http://localhost/emediation/public/_wdt/479e5d","method":"GET"} []
[2020-05-26T16:28:49.820472+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:28:49.892874+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:28:49.893016+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:28:49.893114+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:28:49.982299+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:28:50.013241+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:28:50.015382+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:28:50.021255+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:28:50.116289+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:28:50.444492+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eb42c9"},"request_uri":"http://localhost/emediation/public/_wdt/eb42c9","method":"GET"} []
[2020-05-26T16:29:04.685153+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:29:04.757026+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:29:04.757231+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:29:04.757379+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:29:04.850131+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:29:04.883446+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:29:04.885340+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:29:04.891483+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:29:04.986764+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:29:05.322968+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9849a7"},"request_uri":"http://localhost/emediation/public/_wdt/9849a7","method":"GET"} []
[2020-05-26T16:29:11.595767+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:29:11.670476+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:29:11.670673+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:29:11.670822+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:29:11.760951+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:29:11.792999+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:29:11.794880+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:29:11.800419+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:29:11.893270+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:29:12.259549+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9b0267"},"request_uri":"http://localhost/emediation/public/_wdt/9b0267","method":"GET"} []
[2020-05-26T16:29:35.290374+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:29:35.365400+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:29:35.365605+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:29:35.365751+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:29:35.458716+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:29:35.489976+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:29:35.491639+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:29:35.497305+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:29:35.571139+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:29:35.900335+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f78e11"},"request_uri":"http://localhost/emediation/public/_wdt/f78e11","method":"GET"} []
[2020-05-26T16:29:53.053583+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:29:53.127153+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:29:53.127357+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:29:53.127509+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:29:53.216459+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:29:53.249342+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:29:53.251339+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:29:53.257600+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:29:53.351536+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:29:53.674901+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d521f1"},"request_uri":"http://localhost/emediation/public/_wdt/d521f1","method":"GET"} []
[2020-05-26T16:30:23.576336+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:30:23.647102+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:30:23.647306+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:30:23.647493+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:30:23.736000+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:30:23.766818+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:30:23.768605+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:30:23.775128+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:30:23.863663+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:30:24.214247+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fc9ee7"},"request_uri":"http://localhost/emediation/public/_wdt/fc9ee7","method":"GET"} []
[2020-05-26T16:30:50.757313+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:30:50.828281+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:30:50.828484+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:30:50.828631+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:30:50.906404+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:30:50.931589+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:30:50.932840+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:30:50.937437+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:30:51.030138+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:30:51.373889+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bb6fc5"},"request_uri":"http://localhost/emediation/public/_wdt/bb6fc5","method":"GET"} []
[2020-05-26T16:31:45.302938+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:31:45.367723+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:31:45.367850+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:31:45.367935+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:31:45.449787+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:31:45.480873+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:31:45.482714+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:31:45.489180+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:31:45.588959+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:31:45.935465+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ae29f4"},"request_uri":"http://localhost/emediation/public/_wdt/ae29f4","method":"GET"} []
[2020-05-26T16:32:07.947007+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:32:08.018752+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:32:08.018893+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:32:08.018992+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:32:08.089718+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:32:08.118039+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:32:08.119388+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:32:08.123738+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:32:08.209401+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:32:08.558770+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fcb2eb"},"request_uri":"http://localhost/emediation/public/_wdt/fcb2eb","method":"GET"} []
[2020-05-26T16:33:08.420951+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:33:08.495475+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:33:08.495683+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:33:08.495834+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:33:08.586626+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:33:08.618340+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:33:08.620352+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:33:08.626505+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:33:08.728523+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:33:09.074497+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e71bc7"},"request_uri":"http://localhost/emediation/public/_wdt/e71bc7","method":"GET"} []
[2020-05-26T16:34:01.479279+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:34:01.555260+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:34:01.555461+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:34:01.555610+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:34:01.647892+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:34:01.678998+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:34:01.680886+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:34:01.687083+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:34:01.787480+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:34:02.119593+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"02842e"},"request_uri":"http://localhost/emediation/public/_wdt/02842e","method":"GET"} []
[2020-05-26T16:35:03.390234+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:35:03.461258+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:35:03.461465+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:35:03.461617+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:35:03.553640+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:35:03.585455+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:35:03.587432+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:35:03.593523+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:35:03.697264+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:35:04.166612+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1e30b5"},"request_uri":"http://localhost/emediation/public/_wdt/1e30b5","method":"GET"} []
[2020-05-26T16:35:26.300813+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:35:26.364120+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:35:26.364288+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:35:26.364411+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:35:26.451033+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:35:26.481125+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:35:26.482789+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:35:26.489155+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:35:26.591585+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:35:26.935546+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"76ea4c"},"request_uri":"http://localhost/emediation/public/_wdt/76ea4c","method":"GET"} []
[2020-05-26T16:35:54.880450+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:35:54.953366+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:35:54.953568+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:35:54.953714+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:35:55.043867+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:35:55.075324+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:35:55.077246+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:35:55.083422+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:35:55.184548+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:35:55.599886+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"90c024"},"request_uri":"http://localhost/emediation/public/_wdt/90c024","method":"GET"} []
[2020-05-26T16:37:32.482882+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:37:32.554821+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:37:32.555023+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:37:32.555169+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:37:32.648564+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:37:32.680207+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:37:32.682111+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:37:32.688264+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:37:32.791473+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "avocat" nor one of the methods "avocat()", "getavocat()"/"isavocat()"/"hasavocat()" or "__call()" exist and have public access in class "App\Entity\User"." at /Applications/MAMP/htdocs/emediation/templates/litige/show.html.twig line 25 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"avocat\" nor one of the methods \"avocat()\", \"getavocat()\"/\"isavocat()\"/\"hasavocat()\" or \"__call()\" exist and have public access in class \"App\\Entity\\User\". at /Applications/MAMP/htdocs/emediation/templates/litige/show.html.twig:25)"} []
[2020-05-26T16:37:32.944949+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:37:33.171781+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"96dfdb"},"request_uri":"http://localhost/emediation/public/_wdt/96dfdb","method":"GET"} []
[2020-05-26T16:38:54.064320+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:38:54.139476+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:38:54.139616+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:38:54.139714+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:38:54.229487+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:38:54.260032+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:38:54.261672+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:38:54.267797+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:38:54.372774+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:38:54.763233+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7d13b9"},"request_uri":"http://localhost/emediation/public/_wdt/7d13b9","method":"GET"} []
[2020-05-26T16:39:09.623645+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:39:09.696180+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:39:09.696384+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:39:09.696534+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:39:09.788236+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:39:09.819531+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:39:09.821400+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:39:09.827831+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:39:09.924872+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:39:10.266146+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9a3919"},"request_uri":"http://localhost/emediation/public/_wdt/9a3919","method":"GET"} []
[2020-05-26T16:39:48.033805+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:39:48.106046+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:39:48.106260+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:39:48.106415+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:39:48.193908+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:39:48.223749+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:39:48.225792+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:39:48.232031+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:39:48.327786+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:39:48.663732+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"613e00"},"request_uri":"http://localhost/emediation/public/_wdt/613e00","method":"GET"} []
[2020-05-26T16:40:17.238728+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:40:17.313509+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:40:17.313717+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:40:17.313866+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:40:17.403434+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:40:17.429434+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:40:17.431360+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:40:17.437257+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:40:17.526322+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:40:17.850399+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"807389"},"request_uri":"http://localhost/emediation/public/_wdt/807389","method":"GET"} []
[2020-05-26T16:40:44.447833+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:40:44.520097+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:40:44.520300+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:40:44.520450+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:40:44.611206+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:40:44.642246+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:40:44.644260+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:40:44.650154+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:40:44.745871+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:40:45.101031+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8990d3"},"request_uri":"http://localhost/emediation/public/_wdt/8990d3","method":"GET"} []
[2020-05-26T16:40:58.833009+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:40:58.905372+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:40:58.905574+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:40:58.905728+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:40:58.998015+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:40:59.028152+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:40:59.029876+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:40:59.036196+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:40:59.131643+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:40:59.476477+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"be8c89"},"request_uri":"http://localhost/emediation/public/_wdt/be8c89","method":"GET"} []
[2020-05-26T16:41:12.314735+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://localhost/emediation/public/litige/1","method":"GET"} []
[2020-05-26T16:41:12.391057+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:41:12.391262+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:41:12.391411+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:41:12.484367+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T16:41:12.517038+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:41:12.518938+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:41:12.525312+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:41:12.611289+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:41:12.999919+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7f5f1f"},"request_uri":"http://localhost/emediation/public/_wdt/7f5f1f","method":"GET"} []
[2020-05-26T16:41:14.563057+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/litige/","method":"GET"} []
[2020-05-26T16:41:14.637392+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:41:14.637611+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:41:14.637761+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:41:14.710536+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:41:14.738769+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:41:14.760452+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:41:14.765499+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T16:41:14.805617+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T16:41:15.111620+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7ac9c6"},"request_uri":"http://localhost/emediation/public/_wdt/7ac9c6","method":"GET"} []
[2020-05-26T16:41:32.137228+02:00] request.INFO: Matched route "app_logout". {"route":"app_logout","route_parameters":{"_route":"app_logout","_controller":"App\\Controller\\SecurityController::logout"},"request_uri":"http://localhost/emediation/public/logout","method":"GET"} []
[2020-05-26T16:41:32.210062+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:41:32.210266+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:41:32.210487+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:41:32.224213+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T16:41:32.297501+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T16:41:32.328413+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T16:41:32.658080+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://localhost/emediation/public/","method":"GET"} []
[2020-05-26T16:41:32.731930+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:41:32.732135+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:41:32.732283+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:41:32.802388+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T16:41:32.831963+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /Applications/MAMP/htdocs/emediation/vendor/symfony/framework-bundle/Controller/AbstractController.php:319)"} []
[2020-05-26T16:41:32.833446+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2020-05-26T16:41:33.165863+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://localhost/emediation/public/login","method":"GET"} []
[2020-05-26T16:41:33.239296+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:41:33.239498+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:41:33.239649+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:41:33.268038+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T16:41:33.294697+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Impossible to access an attribute ("prenom") on a null variable." at /Applications/MAMP/htdocs/emediation/templates/base.html.twig line 24 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Impossible to access an attribute (\"prenom\") on a null variable. at /Applications/MAMP/htdocs/emediation/templates/base.html.twig:24)"} []
[2020-05-26T16:41:33.684099+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4c3ce6"},"request_uri":"http://localhost/emediation/public/_wdt/4c3ce6","method":"GET"} []
[2020-05-26T16:42:46.580478+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://localhost/emediation/public/login","method":"GET"} []
[2020-05-26T16:42:46.647097+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:42:46.647308+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:42:46.647462+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:42:46.718879+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T16:42:47.061487+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc8459"},"request_uri":"http://localhost/emediation/public/_wdt/cc8459","method":"GET"} []
[2020-05-26T16:43:53.309938+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://localhost/emediation/public/login","method":"GET"} []
[2020-05-26T16:43:53.382806+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:43:53.382970+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:43:53.383094+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:43:53.447078+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T16:43:53.798348+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"146cda"},"request_uri":"http://localhost/emediation/public/_wdt/146cda","method":"GET"} []
[2020-05-26T16:44:36.295228+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://localhost/emediation/public/login","method":"GET"} []
[2020-05-26T16:44:36.380967+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:44:36.381133+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:44:36.381254+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:44:36.464123+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "Unknown "patyh" function. Did you mean "path"?" at /Applications/MAMP/htdocs/emediation/templates/security/login.html.twig line 42 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): Unknown \"patyh\" function. Did you mean \"path\"? at /Applications/MAMP/htdocs/emediation/templates/security/login.html.twig:42)"} []
[2020-05-26T16:44:36.678160+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T16:44:36.953781+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d84eb0"},"request_uri":"http://localhost/emediation/public/_wdt/d84eb0","method":"GET"} []
[2020-05-26T16:44:41.895800+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://localhost/emediation/public/login","method":"GET"} []
[2020-05-26T16:44:41.968009+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:44:41.968174+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:44:41.968300+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:44:42.037026+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T16:44:42.384632+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"51cb27"},"request_uri":"http://localhost/emediation/public/_wdt/51cb27","method":"GET"} []
[2020-05-26T16:44:44.104950+02:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://localhost/emediation/public/register","method":"GET"} []
[2020-05-26T16:44:44.178955+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T16:44:44.179160+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:44:44.179310+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T16:44:44.489918+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T16:44:44.883439+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"abd11b"},"request_uri":"http://localhost/emediation/public/_wdt/abd11b","method":"GET"} []
[2020-05-26T17:02:05.555332+02:00] php.DEBUG: Warning: filemtime(): stat failed for /Applications/MAMP/htdocs/emediation/config/routes/dev/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence13/emediation/vendor/symfony/config/Resource/FileResource.php","line":65,"trace":[{"file":"/home/projetwewv/www/licence13/emediation/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":34,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} []
[2020-05-26T17:02:06.320481+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/","method":"GET"} []
[2020-05-26T17:02:06.384235+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T17:02:06.384315+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:02:06.384358+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:02:07.328768+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T17:02:07.802414+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/projetwewv/www/licence13/emediation/vendor/symfony/framework-bundle/Controller/AbstractController.php:319)"} []
[2020-05-26T17:02:07.814943+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2020-05-26T17:02:08.501177+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-05-26T17:02:08.543610+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T17:02:08.543681+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:02:08.543724+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:02:10.021168+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T17:02:12.941969+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"620a46"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/620a46","method":"GET"} []
[2020-05-26T17:02:20.154429+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/login","method":"POST"} []
[2020-05-26T17:02:20.180770+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T17:02:20.180845+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:02:20.180897+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:02:20.230792+02:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:02:20.513370+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.email = ? LIMIT 1 ["bast.lucas@hotmail.fr"] []
[2020-05-26T17:02:21.857070+02:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"bast.lucas@hotmail.fr\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:02:21.887874+02:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Tue, 26 May 2020 15:02:21 GMT\r\nLocation: https://www.projet-web-training.ovh/licence13/emediation/public/\r\n\r\n\n\n \n \n \n\n Redirecting to https://www.projet-web-training.ovh/licence13/emediation/public/\n \n \n Redirecting to https://www.projet-web-training.ovh/licence13/emediation/public/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:02:21.887975+02:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:02:21.888016+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:02:21.896701+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T17:02:22.134021+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/","method":"GET"} []
[2020-05-26T17:02:22.157549+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T17:02:22.157623+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:02:22.157666+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:02:22.188086+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T17:02:22.242423+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T17:02:22.286341+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T17:02:22.313311+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T17:02:22.456874+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T17:02:22.732171+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"04401f"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/04401f","method":"GET"} []
[2020-05-26T17:02:28.190737+02:00] request.INFO: Matched route "app_logout". {"route":"app_logout","route_parameters":{"_route":"app_logout","_controller":"App\\Controller\\SecurityController::logout"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/logout","method":"GET"} []
[2020-05-26T17:02:28.221172+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T17:02:28.221263+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:02:28.221305+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:02:28.225581+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T17:02:28.251328+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T17:02:28.270545+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T17:02:28.466268+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/","method":"GET"} []
[2020-05-26T17:02:28.488346+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T17:02:28.488424+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:02:28.488467+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:02:28.512176+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T17:02:28.532248+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/projetwewv/www/licence13/emediation/vendor/symfony/framework-bundle/Controller/AbstractController.php:319)"} []
[2020-05-26T17:02:28.532813+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2020-05-26T17:02:28.673273+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-05-26T17:02:28.694669+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T17:02:28.694757+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:02:28.694803+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:02:28.704212+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T17:02:28.931049+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"98cf50"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/98cf50","method":"GET"} []
[2020-05-26T17:06:12.979232+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/login","method":"POST"} []
[2020-05-26T17:06:13.089495+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T17:06:13.089572+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:06:13.089625+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:06:13.097403+02:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:06:13.249097+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.email = ? LIMIT 1 ["bast.lucas@hotmail.fr"] []
[2020-05-26T17:06:14.471332+02:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"bast.lucas@hotmail.fr\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:06:14.475866+02:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Tue, 26 May 2020 15:06:14 GMT\r\nLocation: https://www.projet-web-training.ovh/licence13/emediation/public/\r\n\r\n\n\n \n \n \n\n Redirecting to https://www.projet-web-training.ovh/licence13/emediation/public/\n \n \n Redirecting to https://www.projet-web-training.ovh/licence13/emediation/public/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:06:14.475974+02:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:06:14.476038+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:06:14.500175+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T17:06:14.778568+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/","method":"GET"} []
[2020-05-26T17:06:14.812010+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T17:06:14.812120+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:06:14.812192+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:06:14.851277+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T17:06:14.866374+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T17:06:14.877994+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T17:06:14.880914+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T17:06:14.965629+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T17:06:15.254835+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e7e8d5"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/e7e8d5","method":"GET"} []
[2020-05-26T17:07:38.828716+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/1","method":"GET"} []
[2020-05-26T17:07:38.917498+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T17:07:38.917576+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:07:38.917620+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:07:39.088262+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T17:07:39.154772+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T17:07:39.156441+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T17:07:39.166463+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T17:07:39.289649+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T17:07:39.485622+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"12e9f4"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/12e9f4","method":"GET"} []
[2020-05-26T17:08:05.884794+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-05-26T17:08:05.918018+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T17:08:05.918129+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:08:05.918201+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:08:05.955816+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T17:08:05.972303+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T17:08:05.984904+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T17:08:05.987626+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T17:08:06.082406+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T17:08:06.353131+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3d9e9f"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/3d9e9f","method":"GET"} []
[2020-05-26T17:08:10.752868+02:00] request.INFO: Matched route "litige_edit". {"route":"litige_edit","route_parameters":{"_route":"litige_edit","_controller":"App\\Controller\\LitigeController::edit","id":"1"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/1/edit","method":"GET"} []
[2020-05-26T17:08:10.801335+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T17:08:10.801415+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:08:10.801458+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:08:10.954696+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T17:08:10.986566+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T17:08:10.988539+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T17:08:10.999552+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T17:08:12.697172+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom AS nom_2 FROM domaines_expertise t0 WHERE t0.id = ? [2] []
[2020-05-26T17:08:13.121911+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T17:08:13.816293+02:00] php.DEBUG: Warning: filemtime(): stat failed for /Applications/MAMP/htdocs/emediation/vendor/symfony/validator/Resources/translations/validators.en.xlf {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/licence13/emediation/vendor/symfony/config/Resource/FileResource.php","line":65,"trace":[{"file":"/home/projetwewv/www/licence13/emediation/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":34,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} []
[2020-05-26T17:08:14.099734+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T17:08:14.299618+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"af81c6"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/af81c6","method":"GET"} []
[2020-05-26T17:08:16.323571+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-05-26T17:08:16.345537+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T17:08:16.345603+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:08:16.345644+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:08:16.368808+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T17:08:16.379301+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T17:08:16.391518+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T17:08:16.394102+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T17:08:16.437546+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T17:08:16.639920+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3e7e40"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/3e7e40","method":"GET"} []
[2020-05-26T17:08:17.337445+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/new","method":"GET"} []
[2020-05-26T17:08:17.358131+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T17:08:17.358189+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:08:17.358231+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:08:17.580410+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T17:08:17.605324+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T17:08:17.622009+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T17:08:17.925489+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T17:08:18.423388+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T17:08:18.614025+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"33d3b3"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/33d3b3","method":"GET"} []
[2020-05-26T17:09:17.099488+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-05-26T17:09:17.221401+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T17:09:17.221514+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:09:17.221584+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:09:17.362756+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T17:09:17.437165+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T17:09:17.469399+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T17:09:17.477599+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T17:09:17.557247+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T17:09:17.818164+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9a202c"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/9a202c","method":"GET"} []
[2020-05-26T17:09:19.062672+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/1","method":"GET"} []
[2020-05-26T17:09:19.083517+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T17:09:19.083579+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:09:19.083619+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:09:19.115409+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T17:09:19.128066+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T17:09:19.128790+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T17:09:19.131703+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T17:09:19.148060+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T17:09:19.344856+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c090be"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/c090be","method":"GET"} []
[2020-05-26T17:11:32.199645+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-05-26T17:11:32.264245+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T17:11:32.264326+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:11:32.264370+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:11:32.386561+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T17:11:32.430857+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T17:11:32.474685+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T17:11:32.480626+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-26T17:11:32.543760+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T17:11:32.779023+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f8c1ad"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/f8c1ad","method":"GET"} []
[2020-05-26T17:11:34.579503+02:00] request.INFO: Matched route "litige_edit". {"route":"litige_edit","route_parameters":{"_route":"litige_edit","_controller":"App\\Controller\\LitigeController::edit","id":"1"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/1/edit","method":"GET"} []
[2020-05-26T17:11:34.600579+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T17:11:34.600643+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:11:34.600692+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:11:34.633340+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-26T17:11:34.646771+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-26T17:11:34.647558+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-26T17:11:34.650589+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-26T17:11:34.935060+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom AS nom_2 FROM domaines_expertise t0 WHERE t0.id = ? [2] []
[2020-05-26T17:11:34.958446+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-26T17:11:35.128104+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-26T17:11:35.320174+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c24560"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/c24560","method":"GET"} []
[2020-05-26T17:50:43.018480+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/","method":"GET"} []
[2020-05-26T17:50:44.011488+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T17:50:44.011572+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:50:44.011615+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:50:45.752123+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T17:50:46.215615+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/projetwewv/www/licence13/emediation/vendor/symfony/framework-bundle/Controller/AbstractController.php:319)"} []
[2020-05-26T17:50:46.237123+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2020-05-26T17:50:46.843077+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-05-26T17:50:46.883081+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T17:50:46.883137+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:50:46.883179+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T17:50:47.214848+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T17:50:47.952500+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1beb39"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/1beb39","method":"GET"} []
[2020-05-26T18:19:27.663083+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/","method":"GET"} []
[2020-05-26T18:19:28.975187+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T18:19:28.975281+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T18:19:28.975326+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T18:19:30.232210+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T18:19:30.803163+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/projetwewv/www/licence13/emediation/vendor/symfony/framework-bundle/Controller/AbstractController.php:319)"} []
[2020-05-26T18:19:30.823396+02:00] security.DEBUG: Calling Authentication entry point. [] []
-05-26T18:19:27.850147+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-05-26T18:19:27.872960+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T18:19:27.873036+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T18:19:27.873080+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T18:19:27.985052+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T18:19:28.344489+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cdcac8"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/cdcac8","method":"GET"} []
[2020-05-26T18:19:31.171754+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-05-26T18:19:31.195318+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-26T18:19:31.195395+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T18:19:31.195440+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-26T18:19:31.334306+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-26T18:19:31.835843+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0eaa2f"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/0eaa2f","method":"GET"} []
[2020-05-27T09:06:44.374770+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/","method":"GET"} []
[2020-05-27T09:06:44.374771+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/","method":"GET"} []
[2020-05-27T09:06:48.809512+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-27T09:06:48.809512+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-27T09:06:48.809600+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T09:06:48.809601+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T09:06:48.809643+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T09:06:48.809646+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T09:06:51.238004+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-27T09:06:51.238024+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-27T09:06:52.635751+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/projetwewv/www/licence13/emediation/vendor/symfony/framework-bundle/Controller/AbstractController.php:319)"} []
[2020-05-27T09:06:52.635794+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/projetwewv/www/licence13/emediation/vendor/symfony/framework-bundle/Controller/AbstractController.php:319)"} []
[2020-05-27T09:06:52.701625+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2020-05-27T09:06:52.701632+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2020-05-27T09:06:54.333461+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-05-27T09:06:54.356531+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-27T09:06:54.356602+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T09:06:54.356648+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T09:06:54.787708+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-27T09:06:55.374539+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"71733a"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/71733a","method":"GET"} []
[2020-05-27T09:07:11.593595+02:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/register","method":"GET"} []
[2020-05-27T09:07:11.615227+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-27T09:07:11.615283+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T09:07:11.615323+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T09:07:16.744365+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-27T09:07:17.613736+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9ac1b7"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/9ac1b7","method":"GET"} []
[2020-05-27T16:13:06.125616+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-05-27T16:13:06.125616+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-05-27T16:13:06.125617+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-05-27T16:13:06.125616+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-05-27T16:13:08.135511+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-27T16:13:08.135514+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-27T16:13:08.135503+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-27T16:13:08.135507+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-27T16:13:08.135588+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T16:13:08.135591+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T16:13:08.135593+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T16:13:08.135599+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T16:13:08.135633+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T16:13:08.135635+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T16:13:08.135641+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T16:13:08.135649+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T16:13:08.687290+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-27T16:13:08.934509+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/","method":"GET"} []
[2020-05-27T16:13:08.958095+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-27T16:13:08.958170+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T16:13:08.958214+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T16:13:09.425298+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-27T16:13:09.445507+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-27T16:13:09.466969+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-27T16:13:10.372254+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-27T16:13:10.531861+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/projetwewv/www/licence13/emediation/vendor/symfony/framework-bundle/Controller/AbstractController.php:319)"} []
[2020-05-27T16:13:10.585776+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2020-05-27T16:13:11.014301+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-05-27T16:13:11.035875+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-27T16:13:11.035941+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T16:13:11.035984+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T16:13:11.043343+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-27T16:13:11.449345+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"49c9a9"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/49c9a9","method":"GET"} []
[2020-05-27T16:13:38.590499+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"POST"} []
[2020-05-27T16:13:38.989931+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-27T16:13:38.990011+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T16:13:38.990072+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T16:13:39.097004+02:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T16:13:39.721282+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.email = ? LIMIT 1 ["bast.lucas@hotmail.fr"] []
[2020-05-27T16:13:41.023314+02:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"bast.lucas@hotmail.fr\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T16:13:41.097584+02:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Wed, 27 May 2020 14:13:41 GMT\r\nLocation: http://projet-web-training.ovh/licence13/emediation/public/\r\n\r\n\n\n \n \n \n\n Redirecting to http://projet-web-training.ovh/licence13/emediation/public/\n \n \n Redirecting to http://projet-web-training.ovh/licence13/emediation/public/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T16:13:41.097730+02:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T16:13:41.097796+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T16:13:41.150777+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-27T16:13:41.489149+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/","method":"GET"} []
[2020-05-27T16:13:41.511012+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-27T16:13:41.511089+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T16:13:41.511132+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T16:13:41.607855+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-27T16:13:41.640741+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-27T16:13:41.659420+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-27T16:13:41.683055+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-27T16:13:41.909836+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-27T16:13:42.453540+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5d3bdc"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/5d3bdc","method":"GET"} []
[2020-05-27T16:13:51.269427+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/litige/new","method":"GET"} []
[2020-05-27T16:13:51.293162+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-27T16:13:51.293243+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T16:13:51.293285+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T16:13:51.372868+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-27T16:13:51.399779+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-27T16:13:51.413281+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-27T16:13:55.103823+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-27T16:13:56.181639+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-27T16:13:56.612595+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"34021c"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/34021c","method":"GET"} []
[2020-05-27T16:15:14.964335+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/","method":"GET"} []
[2020-05-27T16:15:15.021031+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-27T16:15:15.021116+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T16:15:15.021161+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T16:15:15.090191+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-27T16:15:15.108798+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/projetwewv/www/licence13/emediation/vendor/symfony/framework-bundle/Controller/AbstractController.php:319)"} []
[2020-05-27T16:15:15.109469+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2020-05-27T16:15:15.369109+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-05-27T16:15:15.392468+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-27T16:15:15.392549+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T16:15:15.392594+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T16:15:15.414438+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-27T16:15:16.104594+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"073565"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/073565","method":"GET"} []
[2020-05-27T16:15:19.720950+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/litige/new","method":"POST"} []
[2020-05-27T16:15:19.746341+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-27T16:15:19.787190+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-27T16:15:19.842943+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-27T16:15:19.843041+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-27T16:15:19.843088+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T16:15:19.843130+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T16:15:20.291748+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ WHERE d0_.id IN (?) [["2"]] []
[2020-05-27T16:15:22.572539+02:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-05-27T16:15:22.597780+02:00] doctrine.DEBUG: INSERT INTO litige (date, objet, description, etat, nom_parti_adverse, adresse_parti_adverse, cp_parti_adverse, ville_parti_adverse, domaine_expertise_id, mediateur_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2019-01-01T00:00:00+01:00","2":"Diffamation","3":"M'sieur, i m'a traité m'sieur","4":false,"5":"Collège des oulbiés","6":"20 rue lénine","7":93000,"8":"Bobigny","9":2,"10":null} []
[2020-05-27T16:15:22.667196+02:00] doctrine.DEBUG: INSERT INTO litige_user (litige_id, user_id) VALUES (?, ?) [2,1] []
[2020-05-27T16:15:22.668612+02:00] doctrine.DEBUG: "COMMIT" [] []
[2020-05-27T16:15:22.679502+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-27T16:15:23.009108+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-05-27T16:15:23.029144+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-27T16:15:23.029195+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T16:15:23.029235+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-27T16:15:23.050685+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-27T16:15:23.061804+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-27T16:15:23.070086+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-27T16:15:23.071772+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-27T16:15:23.126246+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-27T16:15:23.591216+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e34799"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/e34799","method":"GET"} []
[2020-05-28T14:51:28.178263+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/","method":"GET"} []
[2020-05-28T14:51:30.871733+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:51:30.871821+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:51:30.871863+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:51:34.334799+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-28T14:51:35.448106+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/projetwewv/www/licence13/emediation/vendor/symfony/framework-bundle/Controller/AbstractController.php:319)"} []
[2020-05-28T14:51:35.471935+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2020-05-28T14:51:36.234226+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-05-28T14:51:36.257013+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:51:36.257067+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:51:36.257113+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:51:37.132879+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-28T14:51:37.838259+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8a9bc5"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/8a9bc5","method":"GET"} []
[2020-05-28T14:51:40.028537+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/login","method":"POST"} []
[2020-05-28T14:51:40.050229+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:51:40.050296+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:51:40.050348+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:51:40.112835+02:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:51:40.632333+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.email = ? LIMIT 1 ["bast.lucas@hotmail.fr"] []
[2020-05-28T14:51:42.180728+02:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"bast.lucas@hotmail.fr\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:51:42.233028+02:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 28 May 2020 12:51:42 GMT\r\nLocation: https://www.projet-web-training.ovh/licence13/emediation/public/\r\n\r\n\n\n \n \n \n\n Redirecting to https://www.projet-web-training.ovh/licence13/emediation/public/\n \n \n Redirecting to https://www.projet-web-training.ovh/licence13/emediation/public/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:51:42.233163+02:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:51:42.233232+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:51:42.244098+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T14:51:42.483954+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/","method":"GET"} []
[2020-05-28T14:51:42.510270+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:51:42.510374+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:51:42.510443+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:51:42.545204+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T14:51:42.561042+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T14:51:42.573483+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T14:51:42.598234+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-28T14:51:42.778552+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T14:51:42.979567+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"37f5ba"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/37f5ba","method":"GET"} []
[2020-05-28T14:51:54.016506+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"2"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/2","method":"GET"} []
[2020-05-28T14:51:54.038664+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:51:54.038735+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:51:54.038777+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:51:54.129496+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["2"] []
[2020-05-28T14:51:54.161280+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T14:51:54.162128+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T14:51:54.165221+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T14:51:54.333856+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T14:51:54.545474+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c37285"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/c37285","method":"GET"} []
[2020-05-28T14:52:11.327440+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-05-28T14:52:11.408950+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:52:11.409011+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:52:11.409054+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:52:11.470632+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T14:52:11.618985+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T14:52:11.645683+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T14:52:11.651915+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-28T14:52:11.753748+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T14:52:11.953554+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8172b4"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/8172b4","method":"GET"} []
[2020-05-28T14:52:13.381181+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8172b4"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/8172b4","method":"GET"} []
[2020-05-28T14:52:14.813067+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"2"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/2","method":"GET"} []
[2020-05-28T14:52:14.834770+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:52:14.834826+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:52:14.834868+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:52:14.868734+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["2"] []
[2020-05-28T14:52:14.912177+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T14:52:14.913037+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T14:52:14.916018+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T14:52:14.931488+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T14:52:15.116869+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"94a98d"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/94a98d","method":"GET"} []
[2020-05-28T14:52:21.266574+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-05-28T14:52:21.288797+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:52:21.288867+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:52:21.288909+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:52:21.312285+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T14:52:21.323592+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T14:52:21.331487+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T14:52:21.333299+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-28T14:52:21.360687+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T14:52:21.552368+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f721ce"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/f721ce","method":"GET"} []
[2020-05-28T14:52:25.672136+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/new","method":"GET"} []
[2020-05-28T14:52:25.694282+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:52:25.694354+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:52:25.694396+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:52:25.738081+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T14:52:25.762854+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T14:52:25.776116+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T14:52:30.281768+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-28T14:52:31.117087+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T14:52:31.308920+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6f5644"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/6f5644","method":"GET"} []
[2020-05-28T14:53:31.231194+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-05-28T14:53:31.496036+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:53:31.496124+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:53:31.496169+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:53:31.807005+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T14:53:31.881868+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T14:53:31.935219+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T14:53:31.948713+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-28T14:53:32.032355+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T14:53:32.289646+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"26039e"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/26039e","method":"GET"} []
[2020-05-28T14:53:35.840765+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"2"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/2","method":"GET"} []
[2020-05-28T14:53:35.861899+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:53:35.861967+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:53:35.862010+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:53:35.899769+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["2"] []
[2020-05-28T14:53:35.913294+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T14:53:35.914079+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T14:53:35.917045+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T14:53:35.934306+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T14:53:36.126427+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"859138"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/859138","method":"GET"} []
[2020-05-28T14:53:39.451956+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-05-28T14:53:39.472442+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:53:39.472506+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:53:39.472545+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:53:39.494874+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T14:53:39.505783+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T14:53:39.513381+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T14:53:39.515068+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-28T14:53:39.547138+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T14:53:39.735120+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cab8d2"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/cab8d2","method":"GET"} []
[2020-05-28T14:53:41.610017+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/1","method":"GET"} []
[2020-05-28T14:53:41.631686+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:53:41.631762+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:53:41.631806+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:53:41.669951+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-28T14:53:41.684799+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T14:53:41.685610+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T14:53:41.688631+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T14:53:41.706457+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T14:53:41.901409+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"55a59e"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/55a59e","method":"GET"} []
[2020-05-28T14:53:43.936845+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-05-28T14:53:43.959650+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:53:43.959733+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:53:43.959798+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:53:43.988372+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T14:53:44.004242+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T14:53:44.013245+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T14:53:44.015282+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-28T14:53:44.035828+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T14:53:44.244793+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"684bad"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/684bad","method":"GET"} []
[2020-05-28T14:53:46.188191+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"2"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/2","method":"GET"} []
[2020-05-28T14:53:46.208876+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:53:46.208939+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:53:46.208981+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:53:46.239682+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["2"] []
[2020-05-28T14:53:46.253125+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T14:53:46.253912+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T14:53:46.256671+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T14:53:46.270602+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T14:53:46.458116+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3dfd58"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/3dfd58","method":"GET"} []
[2020-05-28T14:54:10.827449+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-05-28T14:54:11.033477+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:54:11.033559+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:54:11.033604+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:54:11.134011+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T14:54:11.162701+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T14:54:11.189702+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T14:54:11.195781+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-28T14:54:11.271767+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T14:54:11.754329+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d5fe18"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/d5fe18","method":"GET"} []
[2020-05-28T14:54:16.756756+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-05-28T14:54:16.777481+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:54:16.777567+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:54:16.777608+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:54:16.800091+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T14:54:16.811550+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T14:54:16.820316+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T14:54:16.822135+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-28T14:54:16.866264+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T14:54:17.051099+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6e0067"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/6e0067","method":"GET"} []
[2020-05-28T14:54:18.840784+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-05-28T14:54:18.862010+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:54:18.862082+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:54:18.862125+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:54:18.885949+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T14:54:18.898489+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T14:54:18.907572+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T14:54:18.909455+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-28T14:54:18.932324+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T14:54:19.123960+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"78b4e4"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/78b4e4","method":"GET"} []
[2020-05-28T14:54:20.460829+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-05-28T14:54:20.482186+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:54:20.482258+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:54:20.482308+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:54:20.505792+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T14:54:20.517001+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T14:54:20.525497+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T14:54:20.527318+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-28T14:54:20.544327+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T14:54:20.724559+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e77557"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/e77557","method":"GET"} []
[2020-05-28T14:54:24.205545+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-05-28T14:54:24.226595+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:54:24.226648+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:54:24.226687+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:54:24.249414+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T14:54:24.259812+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T14:54:24.267997+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T14:54:24.269848+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-28T14:54:24.301045+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T14:54:24.484343+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fe16ba"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/fe16ba","method":"GET"} []
[2020-05-28T14:54:31.262091+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/","method":"GET"} []
[2020-05-28T14:54:31.283038+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:54:31.283105+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:54:31.283146+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:54:31.306616+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T14:54:31.317483+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T14:54:31.325820+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T14:54:31.327645+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-28T14:54:31.343163+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T14:54:31.533610+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7e5205"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/7e5205","method":"GET"} []
[2020-05-28T14:54:33.240614+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-05-28T14:54:33.262120+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:54:33.262202+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:54:33.262247+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:54:33.286309+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T14:54:33.298591+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T14:54:33.309569+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T14:54:33.312255+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-28T14:54:33.335480+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T14:54:33.537156+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"460c96"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/460c96","method":"GET"} []
[2020-05-28T14:56:12.231012+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/","method":"GET"} []
[2020-05-28T14:56:12.256528+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/","method":"GET"} []
[2020-05-28T14:56:12.366002+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:56:12.366079+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:56:12.366109+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:56:12.366175+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:56:12.366171+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:56:12.366243+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:56:12.522027+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T14:56:12.636991+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T14:56:12.771657+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T14:56:12.787013+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-28T14:56:12.945498+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T14:56:13.023256+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T14:56:13.039704+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T14:56:13.048828+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T14:56:13.050738+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-28T14:56:13.069972+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T14:56:13.082184+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/","method":"GET"} []
[2020-05-28T14:56:13.105986+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:56:13.106059+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:56:13.106102+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:56:13.130497+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T14:56:13.142606+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T14:56:13.154212+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T14:56:13.156669+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-28T14:56:13.174379+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T14:56:13.370206+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8f8c38"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/8f8c38","method":"GET"} []
[2020-05-28T14:56:16.713588+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-05-28T14:56:16.735786+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:56:16.735838+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:56:16.735883+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:56:16.759293+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T14:56:16.771164+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T14:56:16.779868+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T14:56:16.781629+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-28T14:56:16.797740+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T14:56:16.982783+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2e6f1b"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/2e6f1b","method":"GET"} []
[2020-05-28T14:56:17.729626+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"2"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/2","method":"GET"} []
[2020-05-28T14:56:17.751528+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:56:17.751619+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:56:17.751665+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:56:17.784109+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["2"] []
[2020-05-28T14:56:17.797819+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T14:56:17.798634+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T14:56:17.801709+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T14:56:17.837114+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T14:56:18.022521+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9b65d8"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/9b65d8","method":"GET"} []
[2020-05-28T14:56:18.414147+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-05-28T14:56:18.435334+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:56:18.435408+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:56:18.435451+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:56:18.458880+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T14:56:18.470737+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T14:56:18.480197+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T14:56:18.482117+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-28T14:56:18.498573+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T14:56:18.680201+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"305158"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/305158","method":"GET"} []
[2020-05-28T14:56:19.134560+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/1","method":"GET"} []
[2020-05-28T14:56:19.155773+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:56:19.155846+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:56:19.155888+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:56:19.186935+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-28T14:56:19.199413+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T14:56:19.200138+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T14:56:19.203110+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T14:56:19.216626+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T14:56:19.403378+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b7dbd8"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/b7dbd8","method":"GET"} []
[2020-05-28T14:56:20.338068+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-05-28T14:56:20.358541+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:56:20.358607+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:56:20.358647+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:56:20.381136+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T14:56:20.392229+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T14:56:20.399719+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T14:56:20.401422+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-28T14:56:20.417116+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T14:56:20.597843+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f599d7"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/f599d7","method":"GET"} []
[2020-05-28T14:56:22.286647+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"2"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/2","method":"GET"} []
[2020-05-28T14:56:22.307836+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:56:22.307913+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:56:22.307957+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:56:22.339640+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["2"] []
[2020-05-28T14:56:22.352597+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T14:56:22.353402+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T14:56:22.356384+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T14:56:22.370822+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T14:56:22.555265+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"76c995"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/76c995","method":"GET"} []
[2020-05-28T14:56:24.443958+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-05-28T14:56:24.464410+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:56:24.464465+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:56:24.464518+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:56:24.486484+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T14:56:24.497615+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T14:56:24.505109+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T14:56:24.506818+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-28T14:56:24.522351+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T14:56:24.715750+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"55a01f"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/55a01f","method":"GET"} []
[2020-05-28T14:56:25.650949+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/1","method":"GET"} []
[2020-05-28T14:56:25.672764+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:56:25.672845+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:56:25.672889+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:56:25.706365+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-28T14:56:25.719510+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T14:56:25.720343+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T14:56:25.723361+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T14:56:25.737850+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T14:56:25.925630+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"50f2ff"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/50f2ff","method":"GET"} []
[2020-05-28T14:56:27.432278+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-05-28T14:56:27.453454+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T14:56:27.453526+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:56:27.453570+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T14:56:27.476613+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T14:56:27.487439+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T14:56:27.495158+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T14:56:27.496987+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-28T14:56:27.513013+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T14:56:27.702189+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fa6a0b"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/fa6a0b","method":"GET"} []
[2020-05-28T15:02:15.642267+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/new","method":"GET"} []
[2020-05-28T15:02:15.692596+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T15:02:15.692668+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T15:02:15.692711+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T15:02:15.707616+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T15:02:15.769054+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T15:02:15.811311+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T15:02:16.239026+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-28T15:02:16.489157+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T15:02:16.699974+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"803f33"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/803f33","method":"GET"} []
[2020-05-28T15:02:22.254987+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-05-28T15:02:22.275886+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T15:02:22.275965+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T15:02:22.276008+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T15:02:22.300081+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T15:02:22.311129+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T15:02:22.322969+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T15:02:22.325608+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-28T15:02:22.413478+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T15:02:22.635139+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"edf6ef"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/edf6ef","method":"GET"} []
[2020-05-28T15:02:24.641660+02:00] request.INFO: Matched route "litige_edit". {"route":"litige_edit","route_parameters":{"_route":"litige_edit","_controller":"App\\Controller\\LitigeController::edit","id":"2"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/2/edit","method":"GET"} []
[2020-05-28T15:02:24.662974+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T15:02:24.663050+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T15:02:24.663093+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T15:02:24.735901+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["2"] []
[2020-05-28T15:02:24.748975+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T15:02:24.749786+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T15:02:24.752651+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T15:02:24.787314+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom AS nom_2 FROM domaines_expertise t0 WHERE t0.id = ? [2] []
[2020-05-28T15:02:24.797390+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-28T15:02:24.880534+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T15:02:25.086146+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ea19ba"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/ea19ba","method":"GET"} []
[2020-05-28T15:02:31.570385+02:00] request.INFO: Matched route "litige_edit". {"route":"litige_edit","route_parameters":{"_route":"litige_edit","_controller":"App\\Controller\\LitigeController::edit","id":"2"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/2/edit","method":"POST"} []
[2020-05-28T15:02:31.594008+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T15:02:31.619260+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T15:02:31.630414+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T15:02:31.630501+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T15:02:31.630549+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T15:02:31.630591+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T15:02:31.633879+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["2"] []
[2020-05-28T15:02:31.672549+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom AS nom_2 FROM domaines_expertise t0 WHERE t0.id = ? [2] []
[2020-05-28T15:02:31.870077+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ WHERE d0_.id IN (?) [["1"]] []
[2020-05-28T15:02:33.917191+02:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-05-28T15:02:33.917914+02:00] doctrine.DEBUG: UPDATE litige SET domaine_expertise_id = ? WHERE id = ? [1,2] []
[2020-05-28T15:02:33.919045+02:00] doctrine.DEBUG: "COMMIT" [] []
[2020-05-28T15:02:33.930357+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T15:02:34.054760+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-05-28T15:02:34.077162+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T15:02:34.077240+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T15:02:34.077284+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T15:02:34.100981+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T15:02:34.112117+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T15:02:34.120875+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T15:02:34.122696+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-28T15:02:34.139892+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T15:02:34.330665+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1f8266"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/1f8266","method":"GET"} []
[2020-05-28T15:02:35.408834+02:00] request.INFO: Matched route "litige_edit". {"route":"litige_edit","route_parameters":{"_route":"litige_edit","_controller":"App\\Controller\\LitigeController::edit","id":"2"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/2/edit","method":"GET"} []
[2020-05-28T15:02:35.431528+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T15:02:35.431586+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T15:02:35.431629+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T15:02:35.464981+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["2"] []
[2020-05-28T15:02:35.481044+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T15:02:35.482050+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T15:02:35.485089+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T15:02:35.518945+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom AS nom_2 FROM domaines_expertise t0 WHERE t0.id = ? [1] []
[2020-05-28T15:02:35.529081+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-28T15:02:35.560026+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T15:02:35.755520+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"37cf54"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/37cf54","method":"GET"} []
[2020-05-28T15:02:37.543786+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-05-28T15:02:37.564311+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T15:02:37.564371+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T15:02:37.564413+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T15:02:37.588668+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T15:02:37.600071+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T15:02:37.611114+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T15:02:37.613599+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-05-28T15:02:37.632236+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T15:02:37.819196+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"28afd4"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/28afd4","method":"GET"} []
[2020-05-28T15:02:38.480579+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"2"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/litige/2","method":"GET"} []
[2020-05-28T15:02:38.501095+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T15:02:38.501150+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T15:02:38.501190+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T15:02:38.532801+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["2"] []
[2020-05-28T15:02:38.553043+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T15:02:38.553835+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T15:02:38.556878+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T15:02:38.571131+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T15:02:38.752380+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7a60e3"},"request_uri":"https://www.projet-web-training.ovh/licence13/emediation/public/_wdt/7a60e3","method":"GET"} []
[2020-05-28T15:25:15.880817+02:00] request.INFO: Matched route "litige_edit". {"route":"litige_edit","route_parameters":{"_route":"litige_edit","_controller":"App\\Controller\\LitigeController::edit","id":"1"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/litige/1/edit","method":"GET"} []
[2020-05-28T15:25:17.075736+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T15:25:17.075846+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T15:25:17.075917+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T15:25:18.204499+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-28T15:25:18.572926+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-28T15:25:18.958618+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/projetwewv/www/licence13/emediation/vendor/symfony/framework-bundle/Controller/AbstractController.php:319)"} []
[2020-05-28T15:25:18.982776+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2020-05-28T15:25:19.451254+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-05-28T15:25:19.495464+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T15:25:19.495544+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T15:25:19.495590+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T15:25:19.910577+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-28T15:25:21.684837+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2b4682"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/2b4682","method":"GET"} []
[2020-05-28T15:25:39.660749+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"POST"} []
[2020-05-28T15:25:39.690235+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T15:25:39.690336+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T15:25:39.690420+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T15:25:39.804773+02:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T15:25:39.862761+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.email = ? LIMIT 1 ["bast.lucas@hotmail.fr"] []
[2020-05-28T15:25:40.914314+02:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"bast.lucas@hotmail.fr\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T15:25:40.959809+02:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 28 May 2020 13:25:40 GMT\r\nLocation: http://projet-web-training.ovh/licence13/emediation/public/litige/1/edit\r\n\r\n\n\n \n \n \n\n Redirecting to http://projet-web-training.ovh/licence13/emediation/public/litige/1/edit\n \n \n Redirecting to http://projet-web-training.ovh/licence13/emediation/public/litige/1/edit.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T15:25:40.959924+02:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T15:25:40.959975+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T15:25:40.968913+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T15:25:41.302053+02:00] request.INFO: Matched route "litige_edit". {"route":"litige_edit","route_parameters":{"_route":"litige_edit","_controller":"App\\Controller\\LitigeController::edit","id":"1"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/litige/1/edit","method":"GET"} []
[2020-05-28T15:25:41.322477+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T15:25:41.322538+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T15:25:41.322580+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T15:25:41.353503+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-05-28T15:25:41.377985+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-05-28T15:25:41.378770+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-05-28T15:25:41.381570+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-05-28T15:25:42.678445+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom AS nom_2 FROM domaines_expertise t0 WHERE t0.id = ? [2] []
[2020-05-28T15:25:42.861930+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-05-28T15:25:43.043335+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-05-28T15:25:44.423641+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7e764c"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/7e764c","method":"GET"} []
[2020-05-28T15:30:15.726668+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-05-28T15:30:15.786713+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T15:30:15.786790+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T15:30:15.786836+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T15:30:15.810388+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-28T15:30:16.450976+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cf5a05"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/cf5a05","method":"GET"} []
[2020-05-28T16:00:07.878691+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/","method":"GET"} []
[2020-05-28T16:00:08.004933+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T16:00:08.005019+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T16:00:08.005065+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T16:00:08.168904+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-28T16:00:08.202657+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/projetwewv/www/licence13/emediation/vendor/symfony/framework-bundle/Controller/AbstractController.php:319)"} []
[2020-05-28T16:00:08.203601+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2020-05-28T16:00:08.569953+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-05-28T16:00:08.592308+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T16:00:08.592393+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T16:00:08.592439+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T16:00:08.604737+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-28T16:00:09.579272+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"70e112"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/70e112","method":"GET"} []
[2020-05-28T16:00:15.463592+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"POST"} []
[2020-05-28T16:00:15.483375+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T16:00:15.483427+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T16:00:15.483475+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T16:00:15.484532+02:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T16:00:15.525383+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.email = ? LIMIT 1 ["bast.lucas@hotmail.fr"] []
[2020-05-28T16:00:16.420714+02:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): Authentication failed because \"App\\Security\\LoginFormAuthenticator::checkCredentials()\" did not return true. at /home/projetwewv/www/licence13/emediation/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:121)","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T16:00:16.423947+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T16:00:16.784411+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-05-28T16:00:16.804955+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T16:00:16.805024+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T16:00:16.805069+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T16:00:16.812579+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-28T16:00:17.046596+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee1cdb"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/ee1cdb","method":"GET"} []
[2020-05-28T20:28:19.697620+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-05-28T20:28:20.516454+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-05-28T20:28:20.516539+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T20:28:20.516586+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-05-28T20:28:20.902525+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-05-28T20:28:21.485185+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6caf45"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/6caf45","method":"GET"} []
[2020-08-14T11:25:34.481743+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/","method":"GET"} []
[2020-08-14T11:25:38.060715+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T11:25:38.060810+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T11:25:38.060851+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T11:25:41.751743+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-08-14T11:25:43.117619+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/projetwewv/www/licence13/emediation/vendor/symfony/framework-bundle/Controller/AbstractController.php:319)"} []
[2020-08-14T11:25:43.233714+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2020-08-14T11:25:44.520887+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-08-14T11:25:44.554377+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T11:25:44.554473+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T11:25:44.554538+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T11:25:44.920437+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-08-14T11:25:45.585642+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"542fa8"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/542fa8","method":"GET"} []
[2020-08-14T11:28:03.105729+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"POST"} []
[2020-08-14T11:28:03.868224+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T11:28:03.868301+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T11:28:03.868352+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T11:28:03.923356+02:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T11:28:04.796801+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.email = ? LIMIT 1 ["bast.lucas@hotmail.fr"] []
[2020-08-14T11:28:06.441346+02:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"bast.lucas@hotmail.fr\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T11:28:06.517790+02:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Fri, 14 Aug 2020 09:28:06 GMT\r\nLocation: http://projet-web-training.ovh/licence13/emediation/public/\r\n\r\n\n\n \n \n \n\n Redirecting to http://projet-web-training.ovh/licence13/emediation/public/\n \n \n Redirecting to http://projet-web-training.ovh/licence13/emediation/public/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T11:28:06.517902+02:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T11:28:06.517945+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T11:28:06.668425+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-08-14T11:28:06.929818+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/","method":"GET"} []
[2020-08-14T11:28:06.972386+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T11:28:06.972461+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T11:28:06.972504+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T11:28:07.044160+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-08-14T11:28:07.055342+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-08-14T11:28:07.064310+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-08-14T11:28:07.102400+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-08-14T11:28:07.397195+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-08-14T11:28:07.608369+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"efa9ec"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/efa9ec","method":"GET"} []
[2020-08-14T11:28:25.871046+02:00] request.INFO: Matched route "litige_show". {"route":"litige_show","route_parameters":{"_route":"litige_show","_controller":"App\\Controller\\LitigeController::show","id":"1"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/litige/1","method":"GET"} []
[2020-08-14T11:28:25.893844+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T11:28:25.893912+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T11:28:25.893953+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T11:28:26.010968+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-08-14T11:28:26.124174+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-08-14T11:28:26.124938+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-08-14T11:28:26.127942+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-08-14T11:28:26.450216+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-08-14T11:28:26.623477+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0a0cab"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/0a0cab","method":"GET"} []
[2020-08-14T11:29:15.890399+02:00] request.INFO: Matched route "litige_edit". {"route":"litige_edit","route_parameters":{"_route":"litige_edit","_controller":"App\\Controller\\LitigeController::edit","id":"1"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/litige/1/edit","method":"GET"} []
[2020-08-14T11:29:16.285596+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T11:29:16.285682+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T11:29:16.285727+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T11:29:16.749886+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-08-14T11:29:16.863898+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-08-14T11:29:16.865603+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-08-14T11:29:16.912499+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-08-14T11:29:20.741324+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom AS nom_2 FROM domaines_expertise t0 WHERE t0.id = ? [2] []
[2020-08-14T11:29:21.187892+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-08-14T11:29:22.284153+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-08-14T11:29:22.505964+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"86d6c7"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/86d6c7","method":"GET"} []
[2020-08-14T11:30:03.497298+02:00] request.INFO: Matched route "litige_edit". {"route":"litige_edit","route_parameters":{"_route":"litige_edit","_controller":"App\\Controller\\LitigeController::edit","id":"1"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/litige/1/edit","method":"POST"} []
[2020-08-14T11:30:03.709574+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-08-14T11:30:03.986986+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-08-14T11:30:04.132315+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-08-14T11:30:04.132419+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T11:30:04.132468+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T11:30:04.132511+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T11:30:04.175445+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-08-14T11:30:04.678302+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom AS nom_2 FROM domaines_expertise t0 WHERE t0.id = ? [2] []
[2020-08-14T11:30:04.966192+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ WHERE d0_.id IN (?) [["2"]] []
[2020-08-14T11:30:08.232577+02:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-08-14T11:30:08.233282+02:00] doctrine.DEBUG: UPDATE litige SET nom_parti_adverse = ? WHERE id = ? ["Truandage et compagnie",1] []
[2020-08-14T11:30:08.235048+02:00] doctrine.DEBUG: "COMMIT" [] []
[2020-08-14T11:30:08.308860+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-08-14T11:30:08.423446+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-08-14T11:30:08.445473+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T11:30:08.445527+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T11:30:08.445567+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T11:30:08.471148+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-08-14T11:30:08.482185+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-08-14T11:30:08.490194+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-08-14T11:30:08.491968+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-08-14T11:30:08.606880+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-08-14T11:30:08.814291+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a7a493"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/a7a493","method":"GET"} []
[2020-08-14T14:48:58.726471+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-08-14T14:49:02.897219+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T14:49:02.897330+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T14:49:02.897397+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T14:49:05.838464+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-08-14T14:49:07.029993+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/projetwewv/www/licence13/emediation/vendor/symfony/framework-bundle/Controller/AbstractController.php:319)"} []
[2020-08-14T14:49:07.153560+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2020-08-14T14:49:07.811161+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-08-14T14:49:07.834955+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T14:49:07.835034+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T14:49:07.835078+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T14:49:08.208551+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-08-14T14:49:08.697581+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"577ad1"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/577ad1","method":"GET"} []
[2020-08-14T14:49:34.122564+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"POST"} []
[2020-08-14T14:49:34.196700+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T14:49:34.196776+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T14:49:34.196830+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T14:49:34.228980+02:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T14:49:34.545613+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.email = ? LIMIT 1 ["bast.lucas@hotmail.fr"] []
[2020-08-14T14:49:35.869696+02:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"bast.lucas@hotmail.fr\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T14:49:35.938891+02:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Fri, 14 Aug 2020 12:49:35 GMT\r\nLocation: http://projet-web-training.ovh/licence13/emediation/public/litige/\r\n\r\n\n\n \n \n \n\n Redirecting to http://projet-web-training.ovh/licence13/emediation/public/litige/\n \n \n Redirecting to http://projet-web-training.ovh/licence13/emediation/public/litige/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T14:49:35.939003+02:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T14:49:35.939045+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T14:49:35.946110+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-08-14T14:49:36.133119+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-08-14T14:49:36.158621+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T14:49:36.158690+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T14:49:36.158730+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T14:49:36.208374+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-08-14T14:49:36.220189+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-08-14T14:49:36.228371+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-08-14T14:49:36.246128+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-08-14T14:49:36.476910+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-08-14T14:49:36.648119+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6b4565"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/6b4565","method":"GET"} []
[2020-08-14T14:49:41.381268+02:00] request.INFO: Matched route "litige_edit". {"route":"litige_edit","route_parameters":{"_route":"litige_edit","_controller":"App\\Controller\\LitigeController::edit","id":"1"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/litige/1/edit","method":"GET"} []
[2020-08-14T14:49:41.403508+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T14:49:41.403590+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T14:49:41.403636+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T14:49:41.627789+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 WHERE t0.id = ? ["1"] []
[2020-08-14T14:49:41.678889+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-08-14T14:49:41.679738+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-08-14T14:49:41.682997+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-08-14T14:49:44.648913+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.nom AS nom_2 FROM domaines_expertise t0 WHERE t0.id = ? [2] []
[2020-08-14T14:49:44.932088+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-08-14T14:49:46.053593+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-08-14T14:49:46.231387+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"072472"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/072472","method":"GET"} []
[2020-08-14T14:49:53.882243+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-08-14T14:49:53.904100+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T14:49:53.904155+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T14:49:53.904196+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T14:49:53.926879+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-08-14T14:49:53.937830+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-08-14T14:49:53.945404+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-08-14T14:49:53.947124+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-08-14T14:49:53.963224+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-08-14T14:49:54.125401+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6f3061"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/6f3061","method":"GET"} []
[2020-08-14T14:49:56.151661+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/litige/new","method":"GET"} []
[2020-08-14T14:49:56.174023+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T14:49:56.174094+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T14:49:56.174134+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T14:49:56.243405+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-08-14T14:49:56.267732+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-08-14T14:49:56.279570+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-08-14T14:49:56.321945+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ [] []
[2020-08-14T14:49:56.451237+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-08-14T14:49:56.598217+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0baf14"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/0baf14","method":"GET"} []
[2020-08-14T14:51:50.843431+02:00] request.INFO: Matched route "litige_new". {"route":"litige_new","route_parameters":{"_route":"litige_new","_controller":"App\\Controller\\LitigeController::new"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/litige/new","method":"POST"} []
[2020-08-14T14:51:51.687909+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-08-14T14:51:52.203460+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-08-14T14:51:52.415294+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-08-14T14:51:52.415398+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T14:51:52.415445+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T14:51:52.415486+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T14:51:53.302950+02:00] doctrine.DEBUG: SELECT d0_.id AS id_0, d0_.nom AS nom_1 FROM domaines_expertise d0_ WHERE d0_.id IN (?) [["1"]] []
[2020-08-14T14:51:55.985303+02:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-08-14T14:51:56.001596+02:00] doctrine.DEBUG: INSERT INTO litige (date, objet, description, etat, nom_parti_adverse, adresse_parti_adverse, cp_parti_adverse, ville_parti_adverse, domaine_expertise_id, mediateur_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"2021-08-01T00:00:00+02:00","2":"Vol à l'arraché","3":"dans la station batignolles","4":false,"5":"le truand","6":"15 rue du vent qui souffle","7":35,"8":"Belleville","9":1,"10":null} []
[2020-08-14T14:51:56.118003+02:00] doctrine.DEBUG: INSERT INTO litige_user (litige_id, user_id) VALUES (?, ?) [3,1] []
[2020-08-14T14:51:56.119794+02:00] doctrine.DEBUG: "COMMIT" [] []
[2020-08-14T14:51:56.248569+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-08-14T14:51:56.403990+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-08-14T14:51:56.457411+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T14:51:56.457487+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T14:51:56.457530+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T14:51:56.511510+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-08-14T14:51:56.523806+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-08-14T14:51:56.532709+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"bast.lucas@hotmail.fr"} []
[2020-08-14T14:51:56.534593+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-08-14T14:51:56.580274+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-08-14T14:51:56.767047+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"abf7ae"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/abf7ae","method":"GET"} []
[2020-08-14T15:12:58.213942+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-08-14T15:12:58.289901+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T15:12:58.289980+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:12:58.290023+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:12:58.404048+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-08-14T15:12:58.451834+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-08-14T15:12:58.540261+02:00] security.DEBUG: Cannot refresh token because user has changed. {"username":"bast.lucas@hotmail.fr","provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider"} []
[2020-08-14T15:12:58.540362+02:00] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2020-08-14T15:12:58.576796+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-08-14T15:12:58.693377+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/projetwewv/www/licence13/emediation/vendor/symfony/framework-bundle/Controller/AbstractController.php:319)"} []
[2020-08-14T15:12:58.694270+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2020-08-14T15:12:58.822752+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-08-14T15:12:58.889584+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T15:12:58.889661+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:12:58.889706+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:12:58.901451+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-08-14T15:12:59.092373+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"89f2b5"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/89f2b5","method":"GET"} []
[2020-08-14T15:13:39.209978+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"POST"} []
[2020-08-14T15:13:39.259128+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T15:13:39.259184+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:13:39.259233+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:13:39.260368+02:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:13:39.332790+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.email = ? LIMIT 1 ["toto@test.fr"] []
[2020-08-14T15:13:39.377577+02:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\CustomUserMessageAuthenticationException(code: 0): Email could not be found. at /home/projetwewv/www/licence13/emediation/src/Security/LoginFormAuthenticator.php:74)","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:13:39.382203+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:13:39.562299+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-08-14T15:13:39.585676+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T15:13:39.585745+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:13:39.585787+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:13:39.610999+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-08-14T15:13:39.932699+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"47929f"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/47929f","method":"GET"} []
[2020-08-14T15:14:07.460353+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/litige/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"litige_index"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/litige","method":"GET"} []
[2020-08-14T15:14:07.482046+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T15:14:07.482125+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:14:07.482168+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:14:07.746652+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-08-14T15:14:07.846676+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-08-14T15:14:07.867571+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T15:14:07.867648+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:14:07.867693+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:14:07.890217+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-08-14T15:14:07.899195+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/projetwewv/www/licence13/emediation/vendor/symfony/framework-bundle/Controller/AbstractController.php:319)"} []
[2020-08-14T15:14:07.899730+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2020-08-14T15:14:08.039654+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-08-14T15:14:08.062501+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T15:14:08.062577+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:14:08.062622+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:14:08.070121+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-08-14T15:14:08.247467+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d123ab"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/d123ab","method":"GET"} []
[2020-08-14T15:14:34.859220+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"POST"} []
[2020-08-14T15:14:34.923294+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T15:14:34.923357+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:14:34.923408+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:14:34.924507+02:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:14:35.012979+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.email = ? LIMIT 1 ["toto@test.fr"] []
[2020-08-14T15:14:35.027016+02:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\CustomUserMessageAuthenticationException(code: 0): Email could not be found. at /home/projetwewv/www/licence13/emediation/src/Security/LoginFormAuthenticator.php:74)","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:14:35.031779+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:14:35.352000+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-08-14T15:14:35.372630+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T15:14:35.372684+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:14:35.372727+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:14:35.389313+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-08-14T15:14:35.650694+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"06111b"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/06111b","method":"GET"} []
[2020-08-14T15:15:09.616462+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-08-14T15:15:09.698619+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T15:15:09.698697+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:15:09.698741+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:15:09.789816+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-08-14T15:15:09.832530+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [1] []
[2020-08-14T15:15:09.864422+02:00] security.DEBUG: Cannot refresh token because user has changed. {"username":"bast.lucas@hotmail.fr","provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider"} []
[2020-08-14T15:15:09.864480+02:00] security.DEBUG: Token was deauthenticated after trying to refresh it. [] []
[2020-08-14T15:15:09.866907+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-08-14T15:15:09.895364+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/projetwewv/www/licence13/emediation/vendor/symfony/framework-bundle/Controller/AbstractController.php:319)"} []
[2020-08-14T15:15:09.896028+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2020-08-14T15:15:10.002233+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-08-14T15:15:10.023099+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T15:15:10.023164+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:15:10.023209+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:15:10.033672+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-08-14T15:15:10.214668+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eb6048"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/eb6048","method":"GET"} []
[2020-08-14T15:22:14.279439+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-08-14T15:22:14.341567+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T15:22:14.341643+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:22:14.341693+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:22:14.425757+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-08-14T15:22:14.453412+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [3] []
[2020-08-14T15:22:14.498638+02:00] security.WARNING: Username could not be found in the selected user provider. {"username":null,"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider"} []
[2020-08-14T15:22:14.500703+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-08-14T15:22:14.537416+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/projetwewv/www/licence13/emediation/vendor/symfony/framework-bundle/Controller/AbstractController.php:319)"} []
[2020-08-14T15:22:14.537782+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2020-08-14T15:22:14.677558+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-08-14T15:22:14.701849+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T15:22:14.701945+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:22:14.702008+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:22:14.714134+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-08-14T15:22:14.932718+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"926b29"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/926b29","method":"GET"} []
[2020-08-14T15:22:57.918232+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"POST"} []
[2020-08-14T15:22:58.047149+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T15:22:58.047229+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:22:58.047314+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:22:58.048407+02:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:22:58.180314+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.email = ? LIMIT 1 ["princesse@didi.de"] []
[2020-08-14T15:22:58.187490+02:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\CustomUserMessageAuthenticationException(code: 0): Email could not be found. at /home/projetwewv/www/licence13/emediation/src/Security/LoginFormAuthenticator.php:74)","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:22:58.198840+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:22:58.376038+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-08-14T15:22:58.398841+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T15:22:58.398920+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:22:58.398967+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:22:58.418965+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-08-14T15:22:58.668975+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b66bf4"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/b66bf4","method":"GET"} []
[2020-08-14T15:23:16.924773+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"POST"} []
[2020-08-14T15:23:16.952775+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T15:23:16.952854+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:23:16.952909+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:23:16.953295+02:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:23:16.981236+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.email = ? LIMIT 1 ["princesse@didi.de"] []
[2020-08-14T15:23:16.985600+02:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\CustomUserMessageAuthenticationException(code: 0): Email could not be found. at /home/projetwewv/www/licence13/emediation/src/Security/LoginFormAuthenticator.php:74)","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:23:16.988762+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:23:17.145501+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-08-14T15:23:17.174467+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T15:23:17.174545+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:23:17.174589+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:23:17.182540+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-08-14T15:23:17.439669+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f25913"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/f25913","method":"GET"} []
[2020-08-14T15:23:41.022268+02:00] request.INFO: Matched route "litige_index". {"route":"litige_index","route_parameters":{"_route":"litige_index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/litige/","method":"GET"} []
[2020-08-14T15:23:41.081316+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T15:23:41.081427+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:23:41.081498+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:23:41.159703+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-08-14T15:23:41.186033+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [3] []
[2020-08-14T15:23:41.193712+02:00] security.WARNING: Username could not be found in the selected user provider. {"username":null,"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider"} []
[2020-08-14T15:23:41.195944+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-08-14T15:23:41.218400+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/projetwewv/www/licence13/emediation/vendor/symfony/framework-bundle/Controller/AbstractController.php:319)"} []
[2020-08-14T15:23:41.218872+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2020-08-14T15:23:41.401336+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-08-14T15:23:41.429228+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-14T15:23:41.429305+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:23:41.429351+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-14T15:23:41.446100+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-08-14T15:23:41.666758+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7e3912"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/7e3912","method":"GET"} []
[2020-08-16T20:36:54.880867+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/","method":"GET"} []
[2020-08-16T20:36:56.870413+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-16T20:36:56.870492+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-16T20:36:56.870537+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-16T20:36:58.891842+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-08-16T20:36:59.612925+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/projetwewv/www/licence13/emediation/vendor/symfony/framework-bundle/Controller/AbstractController.php:319)"} []
[2020-08-16T20:36:59.649685+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2020-08-16T20:37:00.208242+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-08-16T20:37:00.242763+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-16T20:37:00.242881+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-16T20:37:00.243014+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-16T20:37:00.535594+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-08-16T20:37:00.992834+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"763803"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/763803","method":"GET"} []
[2020-08-16T20:37:08.229264+02:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/register","method":"GET"} []
[2020-08-16T20:37:08.251382+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-16T20:37:08.251459+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-16T20:37:08.251501+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-16T20:37:11.160176+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-08-16T20:37:12.174954+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a8bd89"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/a8bd89","method":"GET"} []
[2020-08-16T20:38:18.347551+02:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/register","method":"POST"} []
[2020-08-16T20:38:18.395520+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-16T20:38:18.395577+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-16T20:38:18.395616+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-16T20:38:18.398764+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-08-16T20:38:19.706383+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.email = ? ["toto@toto.fr"] []
[2020-08-16T20:38:20.942616+02:00] doctrine.DEBUG: "START TRANSACTION" [] []
[2020-08-16T20:38:20.944827+02:00] doctrine.DEBUG: INSERT INTO user (email, roles, password, nom, prenom, adresse, cp, ville, tel) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) {"1":"toto@toto.fr","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]","4":"toto","5":"toto","6":"toto","7":350000,"8":"Belleville","9":"065478951"} []
[2020-08-16T20:38:20.946337+02:00] doctrine.DEBUG: "COMMIT" [] []
[2020-08-16T20:38:21.023314+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-08-16T20:38:21.190888+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/","method":"GET"} []
[2020-08-16T20:38:21.213952+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-16T20:38:21.214031+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-16T20:38:21.214074+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-16T20:38:21.240146+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-08-16T20:38:21.252022+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [2] []
[2020-08-16T20:38:21.262039+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"toto@toto.fr"} []
[2020-08-16T20:38:21.271532+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-08-16T20:38:21.384439+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-08-16T20:38:21.579789+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"281fbc"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/281fbc","method":"GET"} []
[2020-08-16T20:59:54.901848+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/","method":"GET"} []
[2020-08-16T20:59:55.503177+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-16T20:59:55.503259+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-16T20:59:55.503316+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-16T20:59:56.004771+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-08-16T20:59:56.155658+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [10] []
[2020-08-16T20:59:56.216236+02:00] security.WARNING: Username could not be found in the selected user provider. {"username":null,"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider"} []
[2020-08-16T20:59:56.232626+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-08-16T20:59:56.525545+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/projetwewv/www/licence13/emediation/vendor/symfony/framework-bundle/Controller/AbstractController.php:319)"} []
[2020-08-16T20:59:56.539587+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2020-08-16T21:00:40.720916+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/","method":"GET"} []
[2020-08-16T21:00:40.769927+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-16T21:00:40.770006+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-16T21:00:40.770050+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-16T21:00:40.835829+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-08-16T21:00:40.854698+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/projetwewv/www/licence13/emediation/vendor/symfony/framework-bundle/Controller/AbstractController.php:319)"} []
[2020-08-16T21:00:40.855402+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2020-08-16T21:00:43.622279+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-08-16T21:00:43.646709+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-16T21:00:43.646809+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-16T21:00:43.646914+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-16T21:00:43.711682+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-08-16T21:00:44.065449+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"99db3e"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/99db3e","method":"GET"} []
[2020-08-16T21:03:39.234912+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"POST"} []
[2020-08-16T21:03:39.285174+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-16T21:03:39.285259+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-16T21:03:39.285314+02:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-16T21:03:39.329494+02:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-16T21:03:39.415182+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.email = ? LIMIT 1 ["toto@toto.fr"] []
[2020-08-16T21:03:40.387078+02:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"toto@toto.fr\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-16T21:03:40.390387+02:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Sun, 16 Aug 2020 19:03:40 GMT\r\nLocation: http://projet-web-training.ovh/licence13/emediation/public/\r\n\r\n\n\n \n \n \n\n Redirecting to http://projet-web-training.ovh/licence13/emediation/public/\n \n \n Redirecting to http://projet-web-training.ovh/licence13/emediation/public/.\n \n"},"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-16T21:03:40.390467+02:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-16T21:03:40.390509+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-16T21:03:40.406495+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-08-16T21:03:40.538142+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/","method":"GET"} []
[2020-08-16T21:03:40.561292+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-16T21:03:40.561372+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-16T21:03:40.561415+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-16T21:03:40.589543+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-08-16T21:03:40.600819+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [2] []
[2020-08-16T21:03:40.609968+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"toto@toto.fr"} []
[2020-08-16T21:03:40.612279+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.date AS date_2, t0.objet AS objet_3, t0.description AS description_4, t0.etat AS etat_5, t0.nom_parti_adverse AS nom_parti_adverse_6, t0.adresse_parti_adverse AS adresse_parti_adverse_7, t0.cp_parti_adverse AS cp_parti_adverse_8, t0.ville_parti_adverse AS ville_parti_adverse_9, t0.domaine_expertise_id AS domaine_expertise_id_10, t0.mediateur_id AS mediateur_id_11 FROM litige t0 [] []
[2020-08-16T21:03:40.711355+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-08-16T21:03:40.875344+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"91ee02"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/91ee02","method":"GET"} []
[2020-08-16T21:03:58.867751+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-08-16T21:03:58.890688+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-16T21:03:58.890761+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-16T21:03:58.890806+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-16T21:03:58.901895+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-08-16T21:03:58.927455+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [2] []
[2020-08-16T21:03:58.939561+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"toto@toto.fr"} []
[2020-08-16T21:03:58.951916+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []
[2020-08-16T21:03:59.125034+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8aa33b"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/8aa33b","method":"GET"} []
[2020-08-16T21:04:41.912542+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/","method":"GET"} []
[2020-08-16T21:04:41.960903+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-16T21:04:41.960989+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-16T21:04:41.961033+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-16T21:04:42.021086+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} []
[2020-08-16T21:04:42.052546+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.id = ? [10] []
[2020-08-16T21:04:42.060120+02:00] security.WARNING: Username could not be found in the selected user provider. {"username":null,"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider"} []
[2020-08-16T21:04:42.062072+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-08-16T21:04:42.080824+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/projetwewv/www/licence13/emediation/vendor/symfony/framework-bundle/Controller/AbstractController.php:319)"} []
[2020-08-16T21:04:42.081212+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2020-08-16T21:04:42.217577+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/login","method":"GET"} []
[2020-08-16T21:04:42.238332+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2020-08-16T21:04:42.238407+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-16T21:04:42.238452+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2020-08-16T21:04:42.249220+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2020-08-16T21:04:42.431121+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1da4b9"},"request_uri":"http://projet-web-training.ovh/licence13/emediation/public/_wdt/1da4b9","method":"GET"} []
[2021-05-16T11:01:51.896256+02:00] php.DEBUG: Warning: filemtime(): stat failed for /home/projetwewv/www/licence13/emediation/config/routes/dev/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/config/Resource/FileResource.php","line":65,"trace":[{"file":"/home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":34,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} []
[2021-05-16T11:01:52.971621+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"http://projet-web-training.ovh/bastien_lucas/emediation/public/","method":"GET"} []
[2021-05-16T11:01:53.016435+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T11:01:53.016534+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T11:01:53.016585+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T11:01:54.344024+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-05-16T11:01:54.909960+02:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/framework-bundle/Controller/AbstractController.php:319)"} []
[2021-05-16T11:01:54.935674+02:00] security.DEBUG: Calling Authentication entry point. [] []
[2021-05-16T11:01:55.761700+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://projet-web-training.ovh/bastien_lucas/emediation/public/login","method":"GET"} []
[2021-05-16T11:01:55.783665+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T11:01:55.783731+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T11:01:55.783769+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T11:01:57.031454+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-05-16T11:01:57.591945+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cdf5d4"},"request_uri":"http://projet-web-training.ovh/bastien_lucas/emediation/public/_wdt/cdf5d4","method":"GET"} []
[2021-05-16T11:02:38.376044+02:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://projet-web-training.ovh/bastien_lucas/emediation/public/register","method":"GET"} []
[2021-05-16T11:02:38.590145+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T11:02:38.590225+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T11:02:38.590260+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T11:02:42.303532+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-05-16T11:02:43.078610+02:00] php.DEBUG: Warning: filemtime(): stat failed for /home/projetwewv/www/licence13/emediation/vendor/symfony/validator/Resources/translations/validators.en.xlf {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/config/Resource/FileResource.php","line":65,"trace":[{"file":"/home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":34,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} []
[2021-05-16T11:02:44.368106+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ea54f4"},"request_uri":"http://projet-web-training.ovh/bastien_lucas/emediation/public/_wdt/ea54f4","method":"GET"} []
[2021-05-16T11:07:33.038978+02:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"http://projet-web-training.ovh/bastien_lucas/emediation/public/register","method":"POST"} []
[2021-05-16T11:07:33.605274+02:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2021-05-16T11:07:33.605340+02:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T11:07:33.605375+02:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2021-05-16T11:07:33.703562+02:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2021-05-16T11:07:36.572129+02:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.email = ? ["titi.titi@gmail.com"] []
[2021-05-16T11:07:36.802622+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing 'SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.email = ?' with params ["titi.titi@gmail.com"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'licence13.user' doesn't exist" at /home/projetwewv/www/bastien_lucas/emediation/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 42 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.cp AS cp_8, t0.ville AS ville_9, t0.tel AS tel_10 FROM user t0 WHERE t0.email = ?' with params [\"titi.titi@gmail.com\"]:\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'licence13.user' doesn't exist at /home/projetwewv/www/bastien_lucas/emediation/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'licence13.user' doesn't exist at /home/projetwewv/www/bastien_lucas/emediation/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:129)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'licence13.user' doesn't exist at /home/projetwewv/www/bastien_lucas/emediation/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:127)"} []
[2021-05-16T11:07:38.214102+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aba998"},"request_uri":"http://projet-web-training.ovh/bastien_lucas/emediation/public/_wdt/aba998","method":"GET"} []
[2022-03-15T14:19:36.971225+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/ParameterBag.php:191)"} []
[2022-03-15T14:19:37.042758+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/ParameterBag.php:201)"} []
[2022-03-15T14:19:37.042853+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/HeaderBag.php:255)"} []
[2022-03-15T14:19:37.042903+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/HeaderBag.php:265)"} []
[2022-03-15T14:19:37.042950+01:00] php.INFO: Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Request.php:295)"} []
[2022-03-15T14:19:37.233552+01:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\LitigeController::index"},"request_uri":"https://projet-web-training.ovh/bastien_lucas/emediation/public/","method":"GET"} []
[2022-03-15T14:19:37.882762+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:134)"} []
[2022-03-15T14:19:37.882858+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:144)"} []
[2022-03-15T14:19:37.929952+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Session.php:129)"} []
[2022-03-15T14:19:37.930038+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Session.php:139)"} []
[2022-03-15T14:19:38.027123+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:34)"} []
[2022-03-15T14:19:38.027216+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:82)"} []
[2022-03-15T14:19:38.027271+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:105)"} []
[2022-03-15T14:19:38.027329+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:122)"} []
[2022-03-15T14:19:38.027379+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:62)"} []
[2022-03-15T14:19:38.027519+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\StrictSessionHandler::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:91)"} []
[2022-03-15T14:19:38.027569+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\StrictSessionHandler::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:99)"} []
[2022-03-15T14:19:38.027616+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\StrictSessionHandler::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:54)"} []
[2022-03-15T14:19:38.029912+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:41)"} []
[2022-03-15T14:19:38.029974+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:49)"} []
[2022-03-15T14:19:38.030027+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:57)"} []
[2022-03-15T14:19:38.030078+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:65)"} []
[2022-03-15T14:19:38.030131+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:73)"} []
[2022-03-15T14:19:38.030184+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:81)"} []
[2022-03-15T14:19:38.030230+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:89)"} []
[2022-03-15T14:19:38.030275+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:97)"} []
[2022-03-15T14:19:39.536704+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-03-15T14:19:39.536766+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-03-15T14:19:39.536797+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-03-15T14:19:39.720788+01:00] php.INFO: Deprecated: Method ReflectionParameter::getClass() is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: Method ReflectionParameter::getClass() is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:84)"} []
[2022-03-15T14:19:39.767567+01:00] php.INFO: Deprecated: Method ReflectionParameter::getClass() is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: Method ReflectionParameter::getClass() is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:84)"} []
[2022-03-15T14:19:39.767655+01:00] php.INFO: Deprecated: Method ReflectionParameter::getClass() is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: Method ReflectionParameter::getClass() is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:89)"} []
[2022-03-15T14:19:41.843809+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-03-15T14:19:42.399661+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:153)"} []
[2022-03-15T14:19:42.399782+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:158)"} []
[2022-03-15T14:19:42.399856+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:163)"} []
[2022-03-15T14:19:42.399926+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:168)"} []
[2022-03-15T14:19:42.399993+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:114)"} []
[2022-03-15T14:19:42.400065+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:122)"} []
[2022-03-15T14:19:42.671322+01:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/framework-bundle/Controller/AbstractController.php:319)"} []
[2022-03-15T14:19:42.689980+01:00] php.INFO: Deprecated: Return type of Symfony\Component\Security\Core\Exception\AuthenticationException::__wakeup() should either be compatible with Exception::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\Security\\Core\\Exception\\AuthenticationException::__wakeup() should either be compatible with Exception::__wakeup(): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/security-core/Exception/AuthenticationException.php:115)"} []
[2022-03-15T14:19:42.690197+01:00] security.DEBUG: Calling Authentication entry point. [] []
[2022-03-15T14:19:42.818211+01:00] php.INFO: Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Response.php:1223)"} []
[2022-03-15T14:19:43.393336+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/ParameterBag.php:191)"} []
[2022-03-15T14:19:43.393933+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/ParameterBag.php:201)"} []
[2022-03-15T14:19:43.393975+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/HeaderBag.php:255)"} []
[2022-03-15T14:19:43.394009+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/HeaderBag.php:265)"} []
[2022-03-15T14:19:43.394037+01:00] php.INFO: Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Request.php:295)"} []
[2022-03-15T14:19:43.394985+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://projet-web-training.ovh/bastien_lucas/emediation/public/login","method":"GET"} []
[2022-03-15T14:19:43.395685+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:134)"} []
[2022-03-15T14:19:43.395740+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:144)"} []
[2022-03-15T14:19:43.396007+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Session.php:129)"} []
[2022-03-15T14:19:43.396061+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Session.php:139)"} []
[2022-03-15T14:19:43.396273+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:34)"} []
[2022-03-15T14:19:43.396331+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:82)"} []
[2022-03-15T14:19:43.396375+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:105)"} []
[2022-03-15T14:19:43.396419+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:122)"} []
[2022-03-15T14:19:43.396469+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:62)"} []
[2022-03-15T14:19:43.396565+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\StrictSessionHandler::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:91)"} []
[2022-03-15T14:19:43.396615+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\StrictSessionHandler::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:99)"} []
[2022-03-15T14:19:43.396657+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\StrictSessionHandler::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:54)"} []
[2022-03-15T14:19:43.396833+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:41)"} []
[2022-03-15T14:19:43.396892+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:49)"} []
[2022-03-15T14:19:43.396935+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:57)"} []
[2022-03-15T14:19:43.396975+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:65)"} []
[2022-03-15T14:19:43.397021+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:73)"} []
[2022-03-15T14:19:43.397062+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:81)"} []
[2022-03-15T14:19:43.397105+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:89)"} []
[2022-03-15T14:19:43.397152+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:97)"} []
[2022-03-15T14:19:43.401572+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-03-15T14:19:43.401608+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-03-15T14:19:43.401635+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-03-15T14:19:43.434643+01:00] php.INFO: Deprecated: Method ReflectionParameter::getClass() is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: Method ReflectionParameter::getClass() is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:84)"} []
[2022-03-15T14:19:43.487313+01:00] php.INFO: Deprecated: Method ReflectionParameter::getClass() is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: Method ReflectionParameter::getClass() is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:84)"} []
[2022-03-15T14:19:43.487394+01:00] php.INFO: Deprecated: Method ReflectionParameter::getClass() is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: Method ReflectionParameter::getClass() is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:89)"} []
[2022-03-15T14:19:44.169906+01:00] php.INFO: Deprecated: Return type of Twig\Node\Node::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Node\\Node::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/twig/twig/src/Node/Node.php:148)"} []
[2022-03-15T14:19:44.540841+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-03-15T14:19:44.613521+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:153)"} []
[2022-03-15T14:19:44.613597+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:158)"} []
[2022-03-15T14:19:44.613674+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:163)"} []
[2022-03-15T14:19:44.613726+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:168)"} []
[2022-03-15T14:19:44.613769+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:114)"} []
[2022-03-15T14:19:44.613832+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:122)"} []
[2022-03-15T14:19:44.614578+01:00] php.INFO: Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Response.php:1223)"} []
[2022-03-15T14:19:44.615559+01:00] php.INFO: Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php:106)"} []
[2022-03-15T14:19:45.813664+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/ParameterBag.php:191)"} []
[2022-03-15T14:19:45.813899+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/ParameterBag.php:201)"} []
[2022-03-15T14:19:45.813934+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/HeaderBag.php:255)"} []
[2022-03-15T14:19:45.813964+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/HeaderBag.php:265)"} []
[2022-03-15T14:19:45.814019+01:00] php.INFO: Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Request.php:295)"} []
[2022-03-15T14:19:45.814865+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6b74ee"},"request_uri":"https://projet-web-training.ovh/bastien_lucas/emediation/public/_wdt/6b74ee","method":"GET"} []
[2022-03-15T14:19:45.830990+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:153)"} []
[2022-03-15T14:19:45.831070+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:158)"} []
[2022-03-15T14:19:45.831119+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:163)"} []
[2022-03-15T14:19:45.831166+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:168)"} []
[2022-03-15T14:19:45.831212+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:114)"} []
[2022-03-15T14:19:45.831264+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:122)"} []
[2022-03-15T14:19:45.851872+01:00] php.INFO: Deprecated: Method ReflectionParameter::getClass() is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: Method ReflectionParameter::getClass() is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:84)"} []
[2022-03-15T14:19:45.851951+01:00] php.INFO: Deprecated: Method ReflectionParameter::getClass() is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: Method ReflectionParameter::getClass() is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:84)"} []
[2022-03-15T14:19:45.851997+01:00] php.INFO: Deprecated: Method ReflectionParameter::getClass() is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: Method ReflectionParameter::getClass() is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:84)"} []
[2022-03-15T14:19:45.852037+01:00] php.INFO: Deprecated: Method ReflectionParameter::getClass() is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: Method ReflectionParameter::getClass() is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:89)"} []
[2022-03-15T14:19:45.852829+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:34)"} []
[2022-03-15T14:19:45.852881+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:82)"} []
[2022-03-15T14:19:45.852936+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:105)"} []
[2022-03-15T14:19:45.852980+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:122)"} []
[2022-03-15T14:19:45.853021+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:62)"} []
[2022-03-15T14:19:45.853110+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\StrictSessionHandler::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:91)"} []
[2022-03-15T14:19:45.853152+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\StrictSessionHandler::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:99)"} []
[2022-03-15T14:19:45.853195+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\StrictSessionHandler::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:54)"} []
[2022-03-15T14:19:45.853359+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:41)"} []
[2022-03-15T14:19:45.853402+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:49)"} []
[2022-03-15T14:19:45.853439+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:57)"} []
[2022-03-15T14:19:45.853477+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:65)"} []
[2022-03-15T14:19:45.853521+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:73)"} []
[2022-03-15T14:19:45.853560+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:81)"} []
[2022-03-15T14:19:45.853596+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:89)"} []
[2022-03-15T14:19:45.853633+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:97)"} []
[2022-03-15T14:19:45.853862+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:134)"} []
[2022-03-15T14:19:45.853908+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:144)"} []
[2022-03-15T14:19:45.854143+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Session.php:129)"} []
[2022-03-15T14:19:45.854185+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Session.php:139)"} []
[2022-03-15T14:19:45.982985+01:00] php.INFO: Deprecated: Return type of Twig\Node\Node::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Node\\Node::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/twig/twig/src/Node/Node.php:148)"} []
[2022-03-15T14:19:46.264320+01:00] php.INFO: Deprecated: Return type of Twig\Markup::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/twig/twig/src/Markup.php:35)"} []
[2022-03-15T14:19:46.264401+01:00] php.INFO: Deprecated: Return type of Twig\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/twig/twig/src/Markup.php:40)"} []
[2022-03-15T14:19:47.251682+01:00] php.INFO: Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Response.php:1223)"} []
[2022-03-15T15:29:37.248031+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/ParameterBag.php:191)"} []
[2022-03-15T15:29:37.296073+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/ParameterBag.php:201)"} []
[2022-03-15T15:29:37.296170+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/HeaderBag.php:255)"} []
[2022-03-15T15:29:37.296201+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/HeaderBag.php:265)"} []
[2022-03-15T15:29:37.296248+01:00] php.INFO: Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Request.php:295)"} []
[2022-03-15T15:29:37.757955+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://projet-web-training.ovh/bastien_lucas/emediation/public/login","method":"GET"} []
[2022-03-15T15:29:37.949211+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:134)"} []
[2022-03-15T15:29:37.949300+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:144)"} []
[2022-03-15T15:29:37.972362+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Session.php:129)"} []
[2022-03-15T15:29:37.972481+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Session.php:139)"} []
[2022-03-15T15:29:38.026854+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:34)"} []
[2022-03-15T15:29:38.026995+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:82)"} []
[2022-03-15T15:29:38.027072+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:105)"} []
[2022-03-15T15:29:38.027146+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:122)"} []
[2022-03-15T15:29:38.027224+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:62)"} []
[2022-03-15T15:29:38.027410+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\StrictSessionHandler::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:91)"} []
[2022-03-15T15:29:38.027495+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\StrictSessionHandler::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:99)"} []
[2022-03-15T15:29:38.027567+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\StrictSessionHandler::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:54)"} []
[2022-03-15T15:29:38.028421+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:41)"} []
[2022-03-15T15:29:38.028511+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:49)"} []
[2022-03-15T15:29:38.028586+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:57)"} []
[2022-03-15T15:29:38.028662+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:65)"} []
[2022-03-15T15:29:38.028742+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:73)"} []
[2022-03-15T15:29:38.028814+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:81)"} []
[2022-03-15T15:29:38.028881+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:89)"} []
[2022-03-15T15:29:38.028957+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:97)"} []
[2022-03-15T15:29:38.611284+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-03-15T15:29:38.611349+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-03-15T15:29:38.611378+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} []
[2022-03-15T15:29:38.663361+01:00] php.INFO: Deprecated: Method ReflectionParameter::getClass() is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: Method ReflectionParameter::getClass() is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:84)"} []
[2022-03-15T15:29:38.682943+01:00] php.INFO: Deprecated: Method ReflectionParameter::getClass() is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: Method ReflectionParameter::getClass() is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:84)"} []
[2022-03-15T15:29:38.683000+01:00] php.INFO: Deprecated: Method ReflectionParameter::getClass() is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: Method ReflectionParameter::getClass() is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:89)"} []
[2022-03-15T15:29:39.006737+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-03-15T15:29:39.526684+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:153)"} []
[2022-03-15T15:29:39.526758+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:158)"} []
[2022-03-15T15:29:39.526822+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:163)"} []
[2022-03-15T15:29:39.526867+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:168)"} []
[2022-03-15T15:29:39.526906+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:114)"} []
[2022-03-15T15:29:39.526943+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:122)"} []
[2022-03-15T15:29:39.661997+01:00] php.INFO: Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Response.php:1223)"} []
[2022-03-15T15:29:39.694993+01:00] php.INFO: Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php:106)"} []
[2022-03-15T15:29:40.040611+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/ParameterBag.php:191)"} []
[2022-03-15T15:29:40.066950+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/ParameterBag.php:201)"} []
[2022-03-15T15:29:40.066997+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/HeaderBag.php:255)"} []
[2022-03-15T15:29:40.067025+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/HeaderBag.php:265)"} []
[2022-03-15T15:29:40.067050+01:00] php.INFO: Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Request.php:295)"} []
[2022-03-15T15:29:40.068029+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d9b7d2"},"request_uri":"https://projet-web-training.ovh/bastien_lucas/emediation/public/_wdt/d9b7d2","method":"GET"} []
[2022-03-15T15:29:40.073671+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:153)"} []
[2022-03-15T15:29:40.073729+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:158)"} []
[2022-03-15T15:29:40.073780+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:163)"} []
[2022-03-15T15:29:40.073827+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:168)"} []
[2022-03-15T15:29:40.073878+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:114)"} []
[2022-03-15T15:29:40.073921+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:122)"} []
[2022-03-15T15:29:40.101489+01:00] php.INFO: Deprecated: Method ReflectionParameter::getClass() is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: Method ReflectionParameter::getClass() is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:84)"} []
[2022-03-15T15:29:40.101546+01:00] php.INFO: Deprecated: Method ReflectionParameter::getClass() is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: Method ReflectionParameter::getClass() is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:84)"} []
[2022-03-15T15:29:40.101595+01:00] php.INFO: Deprecated: Method ReflectionParameter::getClass() is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: Method ReflectionParameter::getClass() is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:84)"} []
[2022-03-15T15:29:40.101636+01:00] php.INFO: Deprecated: Method ReflectionParameter::getClass() is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: Method ReflectionParameter::getClass() is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:89)"} []
[2022-03-15T15:29:40.102493+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:34)"} []
[2022-03-15T15:29:40.102554+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:82)"} []
[2022-03-15T15:29:40.102600+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:105)"} []
[2022-03-15T15:29:40.102643+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:122)"} []
[2022-03-15T15:29:40.102684+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:62)"} []
[2022-03-15T15:29:40.102785+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\StrictSessionHandler::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:91)"} []
[2022-03-15T15:29:40.102830+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\StrictSessionHandler::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:99)"} []
[2022-03-15T15:29:40.102869+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\StrictSessionHandler::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:54)"} []
[2022-03-15T15:29:40.103064+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:41)"} []
[2022-03-15T15:29:40.103108+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:49)"} []
[2022-03-15T15:29:40.103158+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:57)"} []
[2022-03-15T15:29:40.103197+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:65)"} []
[2022-03-15T15:29:40.103242+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:73)"} []
[2022-03-15T15:29:40.103281+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:81)"} []
[2022-03-15T15:29:40.103324+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:89)"} []
[2022-03-15T15:29:40.103360+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:97)"} []
[2022-03-15T15:29:40.103631+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:134)"} []
[2022-03-15T15:29:40.103681+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:144)"} []
[2022-03-15T15:29:40.103934+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Session.php:129)"} []
[2022-03-15T15:29:40.103985+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Session.php:139)"} []
[2022-03-15T15:29:40.127206+01:00] php.INFO: Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Response.php:1223)"} []
[2022-03-15T15:29:42.175474+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/ParameterBag.php:191)"} []
[2022-03-15T15:29:42.175696+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/ParameterBag.php:201)"} []
[2022-03-15T15:29:42.175732+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/HeaderBag.php:255)"} []
[2022-03-15T15:29:42.175761+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/HeaderBag.php:265)"} []
[2022-03-15T15:29:42.175789+01:00] php.INFO: Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Request.php:295)"} []
[2022-03-15T15:29:42.176463+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d9b7d2"},"request_uri":"https://projet-web-training.ovh/bastien_lucas/emediation/public/_wdt/d9b7d2","method":"GET"} []
[2022-03-15T15:29:42.180571+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:153)"} []
[2022-03-15T15:29:42.180623+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:158)"} []
[2022-03-15T15:29:42.180669+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:163)"} []
[2022-03-15T15:29:42.180712+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:168)"} []
[2022-03-15T15:29:42.180755+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:114)"} []
[2022-03-15T15:29:42.180795+01:00] php.INFO: Deprecated: Return type of Symfony\Component\VarDumper\Cloner\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\VarDumper\\Cloner\\Data::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/var-dumper/Cloner/Data.php:122)"} []
[2022-03-15T15:29:42.181825+01:00] php.INFO: Deprecated: Method ReflectionParameter::getClass() is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: Method ReflectionParameter::getClass() is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:84)"} []
[2022-03-15T15:29:42.181870+01:00] php.INFO: Deprecated: Method ReflectionParameter::getClass() is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: Method ReflectionParameter::getClass() is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:84)"} []
[2022-03-15T15:29:42.181909+01:00] php.INFO: Deprecated: Method ReflectionParameter::getClass() is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: Method ReflectionParameter::getClass() is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:84)"} []
[2022-03-15T15:29:42.181946+01:00] php.INFO: Deprecated: Method ReflectionParameter::getClass() is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: Method ReflectionParameter::getClass() is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:89)"} []
[2022-03-15T15:29:42.182560+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:34)"} []
[2022-03-15T15:29:42.182611+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:82)"} []
[2022-03-15T15:29:42.182655+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:105)"} []
[2022-03-15T15:29:42.182702+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:122)"} []
[2022-03-15T15:29:42.182743+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\AbstractSessionHandler::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:62)"} []
[2022-03-15T15:29:42.182828+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\StrictSessionHandler::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:91)"} []
[2022-03-15T15:29:42.182869+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\StrictSessionHandler::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:99)"} []
[2022-03-15T15:29:42.182907+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\StrictSessionHandler::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:54)"} []
[2022-03-15T15:29:42.183069+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:41)"} []
[2022-03-15T15:29:42.183113+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:49)"} []
[2022-03-15T15:29:42.183152+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:57)"} []
[2022-03-15T15:29:42.183190+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:65)"} []
[2022-03-15T15:29:42.183233+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:73)"} []
[2022-03-15T15:29:42.183270+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:81)"} []
[2022-03-15T15:29:42.183307+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:89)"} []
[2022-03-15T15:29:42.183344+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Storage\\Proxy\\SessionHandlerProxy::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:97)"} []
[2022-03-15T15:29:42.183553+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:134)"} []
[2022-03-15T15:29:42.183599+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:144)"} []
[2022-03-15T15:29:42.183826+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Session.php:129)"} []
[2022-03-15T15:29:42.183868+01:00] php.INFO: Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Symfony\\Component\\HttpFoundation\\Session\\Session::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Session/Session.php:139)"} []
[2022-03-15T15:29:42.389697+01:00] php.INFO: Deprecated: Return type of Twig\Markup::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::count() should either be compatible with Countable::count(): int, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/twig/twig/src/Markup.php:35)"} []
[2022-03-15T15:29:42.389780+01:00] php.INFO: Deprecated: Return type of Twig\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice {"exception":"[object] (ErrorException(code: 0): Deprecated: Return type of Twig\\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice at /home/projetwewv/www/bastien_lucas/emediation/vendor/twig/twig/src/Markup.php:40)"} []
[2022-03-15T15:29:42.683202+01:00] php.INFO: Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated {"exception":"[object] (ErrorException(code: 0): Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated at /home/projetwewv/www/bastien_lucas/emediation/vendor/symfony/http-foundation/Response.php:1223)"} []