[2021-01-20 09:55:10] console.ERROR: Error thrown while running command "make:migration". Message: "An exception occurred in driver: could not find driver" {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 0): An exception occurred in driver: could not find driver at C:\\wamp64\\www\\TestComment\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractPostgreSQLDriver.php:102, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 0): could not find driver at C:\\wamp64\\www\\TestComment\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18, PDOException(code: 0): could not find driver at C:\\wamp64\\www\\TestComment\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:38)","command":"make:migration","message":"An exception occurred in driver: could not find driver"} [] [2021-01-20 09:55:10] console.DEBUG: Command "make:migration" exited with code "1" {"command":"make:migration","code":1} [] [2021-01-20 09:57:02] console.ERROR: Error thrown while running command "make:migration". Message: "An exception occurred in driver: SQLSTATE[HY000] [2002] Aucune connexion n’a pu être établie car l’ordinateur cible l’a expressément refusée. " {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [2002] Aucune connexion n’a pu être établie car l’ordinateur cible l’a expressément refusée.\r\n at C:\\wamp64\\www\\TestComment\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Aucune connexion n’a pu être établie car l’ordinateur cible l’a expressément refusée.\r\n at C:\\wamp64\\www\\TestComment\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDO\\Exception.php:18, PDOException(code: 2002): SQLSTATE[HY000] [2002] Aucune connexion n’a pu être établie car l’ordinateur cible l’a expressément refusée.\r\n at C:\\wamp64\\www\\TestComment\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:38)","command":"make:migration","message":"An exception occurred in driver: SQLSTATE[HY000] [2002] Aucune connexion n’a pu être établie car l’ordinateur cible l’a expressément refusée.\r\n"} [] [2021-01-20 09:57:02] console.DEBUG: Command "make:migration" exited with code "1" {"command":"make:migration","code":1} [] [2021-01-20 09:57:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-01-20 09:57:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-01-20 09:57:15] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-01-20 09:57:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-01-20 09:57:32] doctrine.DEBUG: CREATE TABLE doctrine_migration_versions (version VARCHAR(191) NOT NULL, executed_at DATETIME DEFAULT NULL, execution_time INT DEFAULT NULL, PRIMARY KEY(version)) DEFAULT CHARACTER SET utf8 COLLATE `utf8_unicode_ci` ENGINE = InnoDB [] [] [2021-01-20 09:57:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-01-20 09:57:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-01-20 09:57:32] 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 = 'test_comment' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-01-20 09:57:32] 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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'test_comment' /*!50116 AND c.constraint_schema = 'test_comment' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-01-20 09:57:32] 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 = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'test_comment' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-01-20 09:57:32] 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 = 'doctrine_migration_versions' [] [] [2021-01-20 09:57:32] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-01-20 09:57:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-01-20 09:57:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-01-20 09:57:32] 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 = 'test_comment' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-01-20 09:57:32] 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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'test_comment' /*!50116 AND c.constraint_schema = 'test_comment' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-01-20 09:57:32] 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 = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'test_comment' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-01-20 09:57:32] 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 = 'doctrine_migration_versions' [] [] [2021-01-20 09:57:32] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-01-20 09:57:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-01-20 09:57:32] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-01-20 09:57:32] 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 = 'test_comment' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-01-20 09:57:32] 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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'test_comment' /*!50116 AND c.constraint_schema = 'test_comment' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-01-20 09:57:32] 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 = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'test_comment' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-01-20 09:57:32] 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 = 'doctrine_migration_versions' [] [] [2021-01-20 09:57:32] doctrine.DEBUG: SELECT * FROM doctrine_migration_versions [] [] [2021-01-20 09:57:32] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-20 09:57:32] doctrine.DEBUG: CREATE TABLE comment_page (id INT AUTO_INCREMENT NOT NULL, pages_id INT DEFAULT NULL, comment LONGTEXT NOT NULL, INDEX IDX_323C14CC401ADD27 (pages_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2021-01-20 09:57:32] doctrine.DEBUG: CREATE TABLE page (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(255) NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2021-01-20 09:57:33] doctrine.DEBUG: ALTER TABLE comment_page ADD CONSTRAINT FK_323C14CC401ADD27 FOREIGN KEY (pages_id) REFERENCES page (id) [] [] [2021-01-20 09:57:33] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2021-01-20 09:57:33] 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 = 'test_comment' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2021-01-20 09:57:33] 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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'test_comment' /*!50116 AND c.constraint_schema = 'test_comment' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2021-01-20 09:57:33] 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 = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'test_comment' ORDER BY SEQ_IN_INDEX ASC [] [] [2021-01-20 09:57:33] 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 = 'doctrine_migration_versions' [] [] [2021-01-20 09:57:33] doctrine.DEBUG: INSERT INTO doctrine_migration_versions (version, executed_at, execution_time) VALUES (?, ?, ?) ["DoctrineMigrations\\Version [...]","[object] (DateTimeImmutable: {\"date\":\"2021-01-20 09:57:32.964242\",\"timezone_type\":3,\"timezone\":\"UTC\"})",88] [] [2021-01-20 09:57:33] doctrine.DEBUG: "COMMIT" [] [] [2021-01-20 10:54:37] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 10:54:37] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerCwKDacA\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1724,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 10:54:37] request.CRITICAL: Uncaught PHP Exception Twig\Error\LoaderError: "Unable to find template "pages/home.html.twig" (looked into: C:\wamp64\www\TestComment/templates, C:\wamp64\www\TestComment\vendor\symfony\twig-bridge/Resources/views/Form)." at C:\wamp64\www\TestComment\vendor\twig\twig\src\Loader\FilesystemLoader.php line 227 {"exception":"[object] (Twig\\Error\\LoaderError(code: 0): Unable to find template \"pages/home.html.twig\" (looked into: C:\\wamp64\\www\\TestComment/templates, C:\\wamp64\\www\\TestComment\\vendor\\symfony\\twig-bridge/Resources/views/Form). at C:\\wamp64\\www\\TestComment\\vendor\\twig\\twig\\src\\Loader\\FilesystemLoader.php:227)"} [] [2021-01-20 10:54:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 10:54:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d38be4"},"request_uri":"http://localhost:8000/_wdt/d38be4","method":"GET"} [] [2021-01-20 10:54:38] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerCwKDacA\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1724,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 11:09:33] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 11:09:33] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerKUIYqYD\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 11:09:33] request.CRITICAL: Uncaught PHP Exception Twig\Error\LoaderError: "Unable to find template "page/form/_formComment.html.twig" (looked into: C:\wamp64\www\TestComment/templates, C:\wamp64\www\TestComment\vendor\symfony\twig-bridge/Resources/views/Form) in "pages/home.html.twig" at line 10." at C:\wamp64\www\TestComment\vendor\twig\twig\src\Loader\FilesystemLoader.php line 227 {"exception":"[object] (Twig\\Error\\LoaderError(code: 0): Unable to find template \"page/form/_formComment.html.twig\" (looked into: C:\\wamp64\\www\\TestComment/templates, C:\\wamp64\\www\\TestComment\\vendor\\symfony\\twig-bridge/Resources/views/Form) in \"pages/home.html.twig\" at line 10. at C:\\wamp64\\www\\TestComment\\vendor\\twig\\twig\\src\\Loader\\FilesystemLoader.php:227)"} [] [2021-01-20 11:09:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 11:09:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"99ed51"},"request_uri":"http://localhost:8000/_wdt/99ed51","method":"GET"} [] [2021-01-20 11:09:33] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerKUIYqYD\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 11:09:48] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 11:09:48] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerKUIYqYD\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 11:09:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 11:09:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ca9c2"},"request_uri":"http://localhost:8000/_wdt/1ca9c2","method":"GET"} [] [2021-01-20 11:09:48] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerKUIYqYD\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 11:13:05] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 11:13:05] php.CRITICAL: Uncaught Error: Argument 1 passed to Symfony\Component\Form\FormRenderer::renderBlock() must be an instance of Symfony\Component\Form\FormView, instance of Symfony\Component\Form\Form given, called in C:\wamp64\www\TestComment\var\cache\dev\twig\80\8077b8b4cb5445901ad082841299b6ebde9c22c10cb480cdd31a1323f113330d.php on line 48 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Symfony\\Component\\Form\\FormRenderer::renderBlock() must be an instance of Symfony\\Component\\Form\\FormView, instance of Symfony\\Component\\Form\\Form given, called in C:\\wamp64\\www\\TestComment\\var\\cache\\dev\\twig\\80\\8077b8b4cb5445901ad082841299b6ebde9c22c10cb480cdd31a1323f113330d.php on line 48 at C:\\wamp64\\www\\TestComment\\vendor\\symfony\\form\\FormRenderer.php:71)"} [] [2021-01-20 11:13:05] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerKUIYqYD\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 11:13:05] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to Symfony\Component\Form\FormRenderer::renderBlock() must be an instance of Symfony\Component\Form\FormView, instance of Symfony\Component\Form\Form given, called in C:\wamp64\www\TestComment\var\cache\dev\twig\80\8077b8b4cb5445901ad082841299b6ebde9c22c10cb480cdd31a1323f113330d.php on line 48" at C:\wamp64\www\TestComment\vendor\symfony\form\FormRenderer.php line 71 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Symfony\\Component\\Form\\FormRenderer::renderBlock() must be an instance of Symfony\\Component\\Form\\FormView, instance of Symfony\\Component\\Form\\Form given, called in C:\\wamp64\\www\\TestComment\\var\\cache\\dev\\twig\\80\\8077b8b4cb5445901ad082841299b6ebde9c22c10cb480cdd31a1323f113330d.php on line 48 at C:\\wamp64\\www\\TestComment\\vendor\\symfony\\form\\FormRenderer.php:71)"} [] [2021-01-20 11:13:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 11:13:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8c5d93"},"request_uri":"http://localhost:8000/_wdt/8c5d93","method":"GET"} [] [2021-01-20 11:13:06] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerKUIYqYD\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 11:19:31] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 11:19:31] php.CRITICAL: Uncaught Error: Argument 1 passed to Symfony\Component\Form\FormRenderer::renderBlock() must be an instance of Symfony\Component\Form\FormView, instance of Symfony\Component\Form\Form given, called in C:\wamp64\www\TestComment\var\cache\dev\twig\80\8077b8b4cb5445901ad082841299b6ebde9c22c10cb480cdd31a1323f113330d.php on line 48 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Symfony\\Component\\Form\\FormRenderer::renderBlock() must be an instance of Symfony\\Component\\Form\\FormView, instance of Symfony\\Component\\Form\\Form given, called in C:\\wamp64\\www\\TestComment\\var\\cache\\dev\\twig\\80\\8077b8b4cb5445901ad082841299b6ebde9c22c10cb480cdd31a1323f113330d.php on line 48 at C:\\wamp64\\www\\TestComment\\vendor\\symfony\\form\\FormRenderer.php:71)"} [] [2021-01-20 11:19:31] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerKUIYqYD\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 11:19:31] request.CRITICAL: Uncaught PHP Exception TypeError: "Argument 1 passed to Symfony\Component\Form\FormRenderer::renderBlock() must be an instance of Symfony\Component\Form\FormView, instance of Symfony\Component\Form\Form given, called in C:\wamp64\www\TestComment\var\cache\dev\twig\80\8077b8b4cb5445901ad082841299b6ebde9c22c10cb480cdd31a1323f113330d.php on line 48" at C:\wamp64\www\TestComment\vendor\symfony\form\FormRenderer.php line 71 {"exception":"[object] (TypeError(code: 0): Argument 1 passed to Symfony\\Component\\Form\\FormRenderer::renderBlock() must be an instance of Symfony\\Component\\Form\\FormView, instance of Symfony\\Component\\Form\\Form given, called in C:\\wamp64\\www\\TestComment\\var\\cache\\dev\\twig\\80\\8077b8b4cb5445901ad082841299b6ebde9c22c10cb480cdd31a1323f113330d.php on line 48 at C:\\wamp64\\www\\TestComment\\vendor\\symfony\\form\\FormRenderer.php:71)"} [] [2021-01-20 11:19:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 11:19:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d5a37f"},"request_uri":"http://localhost:8000/_wdt/d5a37f","method":"GET"} [] [2021-01-20 11:19:31] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerKUIYqYD\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 11:20:46] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 11:20:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 11:20:46] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerKUIYqYD\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 11:20:46] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "page" nor one of the methods "page()", "getpage()"/"ispage()"/"haspage()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at C:\wamp64\www\TestComment\templates\pages\form\_formComment.html.twig line 5 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"page\" nor one of the methods \"page()\", \"getpage()\"/\"ispage()\"/\"haspage()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at C:\\wamp64\\www\\TestComment\\templates\\pages\\form\\_formComment.html.twig:5)"} [] [2021-01-20 11:20:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 11:20:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"51e2a1"},"request_uri":"http://localhost:8000/_wdt/51e2a1","method":"GET"} [] [2021-01-20 11:20:46] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerKUIYqYD\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 11:21:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 11:21:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 11:21:00] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerKUIYqYD\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 11:21:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 11:21:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"259db2"},"request_uri":"http://localhost:8000/_wdt/259db2","method":"GET"} [] [2021-01-20 11:21:01] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerKUIYqYD\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 11:24:04] request.INFO: Matched route "page". {"route":"page","route_parameters":{"_route":"page","_controller":"App\\Controller\\PageController::index"},"request_uri":"http://localhost:8000/page","method":"GET"} [] [2021-01-20 11:24:05] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-20 11:24:05] doctrine.DEBUG: INSERT INTO page (name) VALUES (?) {"1":"Accueil"} [] [2021-01-20 11:24:05] doctrine.DEBUG: "COMMIT" [] [] [2021-01-20 11:24:05] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 11:24:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 11:24:25] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 11:24:25] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 11:24:25] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 11:24:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 11:24:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7ace97"},"request_uri":"http://localhost:8000/_wdt/7ace97","method":"GET"} [] [2021-01-20 11:24:25] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:49:50] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 12:49:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 12:49:50] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 12:49:50] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:49:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 12:49:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e42cfa"},"request_uri":"http://localhost:8000/_wdt/e42cfa","method":"GET"} [] [2021-01-20 12:49:50] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:54:48] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 12:54:48] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 12:54:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 12:54:48] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:54:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 12:54:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"24a33f"},"request_uri":"http://localhost:8000/_wdt/24a33f","method":"GET"} [] [2021-01-20 12:54:48] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:55:21] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 12:55:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 12:55:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 12:55:21] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:55:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 12:55:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cac777"},"request_uri":"http://localhost:8000/_wdt/cac777","method":"GET"} [] [2021-01-20 12:55:21] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:55:43] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 12:55:43] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 12:55:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 12:55:43] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:55:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 12:55:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a220d0"},"request_uri":"http://localhost:8000/_wdt/a220d0","method":"GET"} [] [2021-01-20 12:55:43] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:56:12] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 12:56:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 12:56:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 12:56:12] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:56:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 12:56:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"daa1c2"},"request_uri":"http://localhost:8000/_wdt/daa1c2","method":"GET"} [] [2021-01-20 12:56:12] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:56:30] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 12:56:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 12:56:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 12:56:30] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:56:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 12:56:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cb541c"},"request_uri":"http://localhost:8000/_wdt/cb541c","method":"GET"} [] [2021-01-20 12:56:30] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:56:38] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 12:56:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 12:56:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 12:56:38] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:56:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 12:56:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7f5d63"},"request_uri":"http://localhost:8000/_wdt/7f5d63","method":"GET"} [] [2021-01-20 12:56:38] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:56:44] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 12:56:44] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 12:56:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 12:56:44] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:56:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 12:56:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"83656d"},"request_uri":"http://localhost:8000/_wdt/83656d","method":"GET"} [] [2021-01-20 12:56:44] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:56:44] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 12:56:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 12:56:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 12:56:45] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:56:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 12:56:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f92a6"},"request_uri":"http://localhost:8000/_wdt/9f92a6","method":"GET"} [] [2021-01-20 12:56:45] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:56:45] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 12:56:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 12:56:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 12:56:45] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:56:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 12:56:45] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 12:56:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 12:56:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 12:56:45] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:56:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 12:56:46] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 12:56:46] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 12:56:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 12:56:46] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:56:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 12:56:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4689d0"},"request_uri":"http://localhost:8000/_wdt/4689d0","method":"GET"} [] [2021-01-20 12:56:46] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:58:16] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 12:58:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 12:58:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 12:58:17] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:58:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 12:58:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1cad22"},"request_uri":"http://localhost:8000/_wdt/1cad22","method":"GET"} [] [2021-01-20 12:58:17] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:58:33] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 12:58:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 12:58:33] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 12:58:33] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:58:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 12:58:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"461e6c"},"request_uri":"http://localhost:8000/_wdt/461e6c","method":"GET"} [] [2021-01-20 12:58:34] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:59:24] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 12:59:24] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 12:59:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 12:59:24] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:59:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 12:59:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"42fb62"},"request_uri":"http://localhost:8000/_wdt/42fb62","method":"GET"} [] [2021-01-20 12:59:25] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:59:26] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 12:59:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 12:59:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 12:59:26] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:59:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 12:59:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d53a70"},"request_uri":"http://localhost:8000/_wdt/d53a70","method":"GET"} [] [2021-01-20 12:59:26] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:59:33] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 12:59:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 12:59:33] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 12:59:33] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:59:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 12:59:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"43e58b"},"request_uri":"http://localhost:8000/_wdt/43e58b","method":"GET"} [] [2021-01-20 12:59:33] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:59:34] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 12:59:34] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 12:59:34] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 12:59:34] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:59:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 12:59:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"19333d"},"request_uri":"http://localhost:8000/_wdt/19333d","method":"GET"} [] [2021-01-20 12:59:35] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:59:50] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 12:59:50] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 12:59:50] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 12:59:50] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 12:59:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 12:59:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b25f31"},"request_uri":"http://localhost:8000/_wdt/b25f31","method":"GET"} [] [2021-01-20 12:59:50] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:00:07] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:00:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 13:00:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:00:07] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:00:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:00:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"164778"},"request_uri":"http://localhost:8000/_wdt/164778","method":"GET"} [] [2021-01-20 13:00:07] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:00:22] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:00:22] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 13:00:22] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:00:22] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:00:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:00:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"96462b"},"request_uri":"http://localhost:8000/_wdt/96462b","method":"GET"} [] [2021-01-20 13:00:22] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:00:25] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:00:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 13:00:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:00:26] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:00:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:00:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"23dc9a"},"request_uri":"http://localhost:8000/_wdt/23dc9a","method":"GET"} [] [2021-01-20 13:00:26] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:00:42] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:00:42] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 13:00:42] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:00:42] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:00:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:00:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cbbbad"},"request_uri":"http://localhost:8000/_wdt/cbbbad","method":"GET"} [] [2021-01-20 13:00:42] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:00:50] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:00:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 13:00:51] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:00:51] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:00:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:00:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"07421b"},"request_uri":"http://localhost:8000/_wdt/07421b","method":"GET"} [] [2021-01-20 13:00:51] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:01:12] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:01:12] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 13:01:12] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:01:12] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:01:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:01:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b29393"},"request_uri":"http://localhost:8000/_wdt/b29393","method":"GET"} [] [2021-01-20 13:01:12] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:01:50] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:01:51] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 13:01:51] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:01:51] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:01:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:01:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"203fab"},"request_uri":"http://localhost:8000/_wdt/203fab","method":"GET"} [] [2021-01-20 13:01:51] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:02:15] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:02:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 13:02:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:02:15] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:02:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:02:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3577c7"},"request_uri":"http://localhost:8000/_wdt/3577c7","method":"GET"} [] [2021-01-20 13:02:16] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:02:16] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:02:16] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 13:02:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:02:16] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:02:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:02:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2dbfd4"},"request_uri":"http://localhost:8000/_wdt/2dbfd4","method":"GET"} [] [2021-01-20 13:02:17] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:02:17] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:02:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 13:02:17] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:02:17] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:02:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:02:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"34d7aa"},"request_uri":"http://localhost:8000/_wdt/34d7aa","method":"GET"} [] [2021-01-20 13:02:17] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:02:32] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:02:32] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 13:02:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:02:32] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:02:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:02:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8cd92f"},"request_uri":"http://localhost:8000/_wdt/8cd92f","method":"GET"} [] [2021-01-20 13:02:32] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:04:01] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:04:01] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 13:04:01] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:04:01] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:04:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:04:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"119920"},"request_uri":"http://localhost:8000/_wdt/119920","method":"GET"} [] [2021-01-20 13:04:01] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:04:29] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"POST"} [] [2021-01-20 13:04:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:04:29] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ WHERE p0_.id IN (?) [["1"]] [] [2021-01-20 13:04:30] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-20 13:04:30] doctrine.DEBUG: INSERT INTO comment_page (comment, pages_id) VALUES (?, ?) {"1":"Bonjour,\r\nCeci est un comm [...]","2":1} [] [2021-01-20 13:04:30] doctrine.DEBUG: "COMMIT" [] [] [2021-01-20 13:04:30] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:04:30] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:04:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 13:04:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:04:30] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:04:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:04:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"64cfe2"},"request_uri":"http://localhost:8000/_wdt/64cfe2","method":"GET"} [] [2021-01-20 13:04:30] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:05:35] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:05:35] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 [] [] [2021-01-20 13:05:36] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:05:36] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:05:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:05:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f51e44"},"request_uri":"http://localhost:8000/_wdt/f51e44","method":"GET"} [] [2021-01-20 13:05:36] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:13:02] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:13:02] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Config\Exception\LoaderLoadException: "The file "C:\wamp64\www\TestComment\config/routes.yaml" does not contain valid YAML: Duplicate key "page" detected at line 9 (near " controller: App\Controller\HomeController::secondePage") in C:\wamp64\www\TestComment\config/routes.yaml (which is loaded in resource "C:\wamp64\www\TestComment\config/routes.yaml")." at C:\wamp64\www\TestComment\vendor\symfony\config\Loader\FileLoader.php line 180 {"exception":"[object] (Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): The file \"C:\\wamp64\\www\\TestComment\\config/routes.yaml\" does not contain valid YAML: Duplicate key \"page\" detected at line 9 (near \" controller: App\\Controller\\HomeController::secondePage\") in C:\\wamp64\\www\\TestComment\\config/routes.yaml (which is loaded in resource \"C:\\wamp64\\www\\TestComment\\config/routes.yaml\"). at C:\\wamp64\\www\\TestComment\\vendor\\symfony\\config\\Loader\\FileLoader.php:180, InvalidArgumentException(code: 0): The file \"C:\\wamp64\\www\\TestComment\\config/routes.yaml\" does not contain valid YAML: Duplicate key \"page\" detected at line 9 (near \" controller: App\\Controller\\HomeController::secondePage\"). at C:\\wamp64\\www\\TestComment\\vendor\\symfony\\routing\\Loader\\YamlFileLoader.php:65, Symfony\\Component\\Yaml\\Exception\\ParseException(code: 0): Duplicate key \"page\" detected at line 9 (near \" controller: App\\Controller\\HomeController::secondePage\"). at C:\\wamp64\\www\\TestComment\\vendor\\symfony\\yaml\\Parser.php:335)"} [] [2021-01-20 13:13:13] request.INFO: Matched route "page". {"route":"page","route_parameters":{"_route":"page","_controller":"App\\Controller\\PageController::index"},"request_uri":"http://localhost:8000/page","method":"GET"} [] [2021-01-20 13:13:13] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-20 13:13:13] doctrine.DEBUG: INSERT INTO page (name) VALUES (?) {"1":"Page2"} [] [2021-01-20 13:13:13] doctrine.DEBUG: "COMMIT" [] [] [2021-01-20 13:13:13] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:13:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:13:35] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:13:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /page2"" at C:\wamp64\www\TestComment\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /page2\" at C:\\wamp64\\www\\TestComment\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/page2/\". at C:\\wamp64\\www\\TestComment\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2021-01-20 13:13:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d1fc16"},"request_uri":"http://localhost:8000/_wdt/d1fc16","method":"GET"} [] [2021-01-20 13:13:36] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:13:43] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::secondePage"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-20 13:13:43] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:13:43] request.CRITICAL: Uncaught PHP Exception InvalidArgumentException: "The controller for URI "/page-2" is not callable: Expected method "secondePage" on class "App\Controller\HomeController", did you mean "secondPage"?" at C:\wamp64\www\TestComment\vendor\symfony\http-kernel\Controller\ControllerResolver.php line 88 {"exception":"[object] (InvalidArgumentException(code: 0): The controller for URI \"/page-2\" is not callable: Expected method \"secondePage\" on class \"App\\Controller\\HomeController\", did you mean \"secondPage\"? at C:\\wamp64\\www\\TestComment\\vendor\\symfony\\http-kernel\\Controller\\ControllerResolver.php:88, InvalidArgumentException(code: 0): Expected method \"secondePage\" on class \"App\\Controller\\HomeController\", did you mean \"secondPage\"? at C:\\wamp64\\www\\TestComment\\vendor\\symfony\\http-kernel\\Controller\\ControllerResolver.php:136)"} [] [2021-01-20 13:13:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:13:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"73ab38"},"request_uri":"http://localhost:8000/_wdt/73ab38","method":"GET"} [] [2021-01-20 13:13:43] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:14:19] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-20 13:14:19] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.id = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-20 13:14:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:14:19] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:14:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:14:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bdf838"},"request_uri":"http://localhost:8000/_wdt/bdf838","method":"GET"} [] [2021-01-20 13:14:19] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:14:36] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"POST"} [] [2021-01-20 13:14:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:14:36] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ WHERE p0_.id IN (?) [["2"]] [] [2021-01-20 13:14:36] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-20 13:14:36] doctrine.DEBUG: INSERT INTO comment_page (comment, pages_id) VALUES (?, ?) {"1":"Ceci est un commentaire po [...]","2":2} [] [2021-01-20 13:14:36] doctrine.DEBUG: "COMMIT" [] [] [2021-01-20 13:14:36] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:14:36] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:14:36] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.id = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 13:14:36] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:14:36] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:14:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:14:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"df5166"},"request_uri":"http://localhost:8000/_wdt/df5166","method":"GET"} [] [2021-01-20 13:14:36] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:15:20] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:15:20] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 13:15:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:15:20] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:15:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:15:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2a041c"},"request_uri":"http://localhost:8000/_wdt/2a041c","method":"GET"} [] [2021-01-20 13:15:20] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:15:38] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-20 13:15:38] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-20 13:15:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:15:38] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:15:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:15:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3e1e07"},"request_uri":"http://localhost:8000/_wdt/3e1e07","method":"GET"} [] [2021-01-20 13:15:38] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:15:49] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-20 13:15:49] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-20 13:15:49] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:15:49] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:15:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:16:08] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-20 13:16:08] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-20 13:16:08] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:16:08] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:16:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:16:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aeb8ac"},"request_uri":"http://localhost:8000/_wdt/aeb8ac","method":"GET"} [] [2021-01-20 13:16:08] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:16:41] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-20 13:16:41] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-20 13:16:41] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:16:41] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:16:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:16:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2f7fa6"},"request_uri":"http://localhost:8000/_wdt/2f7fa6","method":"GET"} [] [2021-01-20 13:16:41] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:17:01] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-20 13:17:01] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-20 13:17:01] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:17:01] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:17:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:17:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4777f1"},"request_uri":"http://localhost:8000/_wdt/4777f1","method":"GET"} [] [2021-01-20 13:17:02] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:17:02] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-20 13:17:02] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-20 13:17:02] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:17:02] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:17:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:17:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"247758"},"request_uri":"http://localhost:8000/_wdt/247758","method":"GET"} [] [2021-01-20 13:17:02] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:17:03] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-20 13:17:03] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-20 13:17:03] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:17:03] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:17:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:17:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b9649c"},"request_uri":"http://localhost:8000/_wdt/b9649c","method":"GET"} [] [2021-01-20 13:17:03] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:17:57] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-20 13:17:58] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-20 13:17:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:17:58] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:17:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:17:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"306b22"},"request_uri":"http://localhost:8000/_wdt/306b22","method":"GET"} [] [2021-01-20 13:17:58] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:18:31] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:18:31] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 13:18:31] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:18:31] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:18:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:18:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b39566"},"request_uri":"http://localhost:8000/_wdt/b39566","method":"GET"} [] [2021-01-20 13:18:31] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:20:24] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:20:24] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 13:20:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:20:24] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:20:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:20:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2b237e"},"request_uri":"http://localhost:8000/_wdt/2b237e","method":"GET"} [] [2021-01-20 13:20:24] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:21:27] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:21:27] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 13:21:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:21:27] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:21:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:21:27] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:21:27] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 13:21:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:21:27] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:21:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:21:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9c8181"},"request_uri":"http://localhost:8000/_wdt/9c8181","method":"GET"} [] [2021-01-20 13:21:28] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:21:40] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:21:40] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 13:21:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:21:40] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:21:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:21:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"acd3ff"},"request_uri":"http://localhost:8000/_wdt/acd3ff","method":"GET"} [] [2021-01-20 13:21:40] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:28:09] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:28:09] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 13:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:28:10] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:28:10] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "comment.delete" as such route does not exist.")." at C:\wamp64\www\TestComment\templates\pages\home.html.twig line 18 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Unable to generate a URL for the named route \"comment.delete\" as such route does not exist.\"). at C:\\wamp64\\www\\TestComment\\templates\\pages\\home.html.twig:18, Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0): Unable to generate a URL for the named route \"comment.delete\" as such route does not exist. at C:\\wamp64\\www\\TestComment\\vendor\\symfony\\routing\\Generator\\CompiledUrlGenerator.php:50)"} [] [2021-01-20 13:28:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:28:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c9035a"},"request_uri":"http://localhost:8000/_wdt/c9035a","method":"GET"} [] [2021-01-20 13:28:10] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:29:24] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:29:24] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 13:29:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:29:24] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:29:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:29:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5e8600"},"request_uri":"http://localhost:8000/_wdt/5e8600","method":"GET"} [] [2021-01-20 13:29:24] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:29:44] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:29:44] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 13:29:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:29:44] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:29:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:29:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"60128f"},"request_uri":"http://localhost:8000/_wdt/60128f","method":"GET"} [] [2021-01-20 13:29:45] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:30:04] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:30:04] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 13:30:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:30:04] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:30:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:30:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e8d7f9"},"request_uri":"http://localhost:8000/_wdt/e8d7f9","method":"GET"} [] [2021-01-20 13:30:04] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:30:23] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:30:23] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 13:30:23] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:30:23] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:30:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:30:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6c9771"},"request_uri":"http://localhost:8000/_wdt/6c9771","method":"GET"} [] [2021-01-20 13:30:23] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerE1MfMvi\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1717,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:37:51] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-20 13:37:51] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-20 13:37:51] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:37:51] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:37:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:37:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2c9140"},"request_uri":"http://localhost:8000/_wdt/2c9140","method":"GET"} [] [2021-01-20 13:37:52] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:38:16] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-20 13:38:16] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-20 13:38:16] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:38:16] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:38:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:38:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5d8fdc"},"request_uri":"http://localhost:8000/_wdt/5d8fdc","method":"GET"} [] [2021-01-20 13:38:16] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:38:19] request.INFO: Matched route "comment.delete". {"route":"comment.delete","route_parameters":{"_route":"comment.delete","_controller":"App\\Controller\\CommentController::delete","id":"2"},"request_uri":"http://localhost:8000/comment/2","method":"DELETE"} [] [2021-01-20 13:38:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:38:19] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 WHERE t0.id = ? ["2"] [] [2021-01-20 13:38:19] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:38:19] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:38:19] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 13:38:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:38:19] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:38:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:38:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"700c83"},"request_uri":"http://localhost:8000/_wdt/700c83","method":"GET"} [] [2021-01-20 13:38:19] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:38:30] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-20 13:38:30] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-20 13:38:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:38:30] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:38:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:38:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2407c4"},"request_uri":"http://localhost:8000/_wdt/2407c4","method":"GET"} [] [2021-01-20 13:38:30] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:38:37] request.INFO: Matched route "comment.delete". {"route":"comment.delete","route_parameters":{"_route":"comment.delete","_controller":"App\\Controller\\CommentController::delete","id":"2"},"request_uri":"http://localhost:8000/comment/2","method":"DELETE"} [] [2021-01-20 13:38:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:38:38] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 WHERE t0.id = ? ["2"] [] [2021-01-20 13:38:38] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:38:38] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:38:38] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 13:38:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:38:38] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:38:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:38:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"03224f"},"request_uri":"http://localhost:8000/_wdt/03224f","method":"GET"} [] [2021-01-20 13:38:38] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:39:03] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-20 13:39:03] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-20 13:39:03] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:39:03] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:39:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:39:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c4a98e"},"request_uri":"http://localhost:8000/_wdt/c4a98e","method":"GET"} [] [2021-01-20 13:39:03] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:39:13] request.INFO: Matched route "comment.delete". {"route":"comment.delete","route_parameters":{"_route":"comment.delete","_controller":"App\\Controller\\CommentController::delete","id":"2"},"request_uri":"http://localhost:8000/comment/2","method":"DELETE"} [] [2021-01-20 13:39:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:39:13] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 WHERE t0.id = ? ["2"] [] [2021-01-20 13:39:14] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:39:14] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:39:14] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 13:39:14] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:39:14] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:39:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:39:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c14082"},"request_uri":"http://localhost:8000/_wdt/c14082","method":"GET"} [] [2021-01-20 13:39:14] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:39:19] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://localhost:8000/_profiler/open?file=src%5CController%5CCommentController.php&line=19","method":"GET"} [] [2021-01-20 13:39:19] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:39:35] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"122639"},"request_uri":"http://localhost:8000/_profiler/122639","method":"GET"} [] [2021-01-20 13:39:35] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:39:36] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://localhost:8000/_profiler/search_bar","method":"GET"} [] [2021-01-20 13:39:55] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-20 13:39:55] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-20 13:39:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:39:55] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:39:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:39:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"425e08"},"request_uri":"http://localhost:8000/_wdt/425e08","method":"GET"} [] [2021-01-20 13:39:55] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:44:28] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-20 13:44:28] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-20 13:44:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:44:28] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:44:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:44:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cf6fc7"},"request_uri":"http://localhost:8000/_wdt/cf6fc7","method":"GET"} [] [2021-01-20 13:44:28] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:44:31] request.INFO: Matched route "comment.delete". {"route":"comment.delete","route_parameters":{"_route":"comment.delete","_controller":"App\\Controller\\CommentController::delete","id":"2"},"request_uri":"http://localhost:8000/comment/2","method":"DELETE"} [] [2021-01-20 13:44:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:44:31] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 WHERE t0.id = ? ["2"] [] [2021-01-20 13:44:31] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:44:31] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Routing\Exception\MissingMandatoryParametersException: "Some mandatory parameters are missing ("id") to generate a URL for route "comment.delete"." at C:\wamp64\www\TestComment\vendor\symfony\routing\Generator\UrlGenerator.php line 177 {"exception":"[object] (Symfony\\Component\\Routing\\Exception\\MissingMandatoryParametersException(code: 0): Some mandatory parameters are missing (\"id\") to generate a URL for route \"comment.delete\". at C:\\wamp64\\www\\TestComment\\vendor\\symfony\\routing\\Generator\\UrlGenerator.php:177)"} [] [2021-01-20 13:44:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aa227a"},"request_uri":"http://localhost:8000/_wdt/aa227a","method":"GET"} [] [2021-01-20 13:44:31] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:44:55] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa227a"},"request_uri":"http://localhost:8000/_profiler/aa227a?panel=request","method":"GET"} [] [2021-01-20 13:44:55] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:44:55] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://localhost:8000/_profiler/search_bar?panel=request","method":"GET"} [] [2021-01-20 13:44:57] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa227a"},"request_uri":"http://localhost:8000/_profiler/aa227a?panel=exception","method":"GET"} [] [2021-01-20 13:44:57] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:44:57] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"aa227a"},"request_uri":"http://localhost:8000/_profiler/aa227a/exception.css","method":"GET"} [] [2021-01-20 13:44:57] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://localhost:8000/_profiler/search_bar?panel=exception","method":"GET"} [] [2021-01-20 13:44:57] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"aa227a"},"request_uri":"http://localhost:8000/_profiler/aa227a/exception","method":"GET"} [] [2021-01-20 13:44:58] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa227a"},"request_uri":"http://localhost:8000/_profiler/aa227a?panel=logger","method":"GET"} [] [2021-01-20 13:44:58] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:44:58] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://localhost:8000/_profiler/search_bar?panel=logger","method":"GET"} [] [2021-01-20 13:45:33] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa227a"},"request_uri":"http://localhost:8000/_profiler/aa227a?panel=logger","method":"GET"} [] [2021-01-20 13:45:33] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:45:33] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://localhost:8000/_profiler/search_bar?panel=logger","method":"GET"} [] [2021-01-20 13:45:37] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-20 13:45:37] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-20 13:45:37] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:45:37] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:45:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:45:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee573d"},"request_uri":"http://localhost:8000/_wdt/ee573d","method":"GET"} [] [2021-01-20 13:45:37] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:45:40] request.INFO: Matched route "comment.delete". {"route":"comment.delete","route_parameters":{"_route":"comment.delete","_controller":"App\\Controller\\CommentController::delete","id":"2"},"request_uri":"http://localhost:8000/comment/2","method":"DELETE"} [] [2021-01-20 13:45:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:45:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 WHERE t0.id = ? ["2"] [] [2021-01-20 13:45:40] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:45:41] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:45:41] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 13:45:41] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:45:41] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:45:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:45:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d4a56d"},"request_uri":"http://localhost:8000/_wdt/d4a56d","method":"GET"} [] [2021-01-20 13:45:41] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:45:54] request.INFO: Matched route "comment.delete". {"route":"comment.delete","route_parameters":{"_route":"comment.delete","_controller":"App\\Controller\\CommentController::delete","id":"1"},"request_uri":"http://localhost:8000/comment/1","method":"DELETE"} [] [2021-01-20 13:45:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:45:54] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 WHERE t0.id = ? ["1"] [] [2021-01-20 13:45:54] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:45:54] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:45:54] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 13:45:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:45:54] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:45:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:45:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1b0265"},"request_uri":"http://localhost:8000/_wdt/1b0265","method":"GET"} [] [2021-01-20 13:45:54] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:51:46] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b0265"},"request_uri":"http://localhost:8000/_profiler/1b0265?panel=db","method":"GET"} [] [2021-01-20 13:51:46] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:51:46] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://localhost:8000/_profiler/search_bar?panel=db","method":"GET"} [] [2021-01-20 13:56:21] request.INFO: Matched route "comment.delete". {"route":"comment.delete","route_parameters":{"_route":"comment.delete","_controller":"App\\Controller\\CommentController::delete","id":"1"},"request_uri":"http://localhost:8000/comment/1","method":"DELETE"} [] [2021-01-20 13:56:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:56:21] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 WHERE t0.id = ? ["1"] [] [2021-01-20 13:56:21] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:56:21] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:56:21] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 13:56:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:56:22] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:56:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:56:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"77ef84"},"request_uri":"http://localhost:8000/_wdt/77ef84","method":"GET"} [] [2021-01-20 13:56:22] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:56:27] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://localhost:8000/_profiler/open?file=src%5CController%5CCommentController.php&line=19","method":"GET"} [] [2021-01-20 13:56:27] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:56:40] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"709ad1"},"request_uri":"http://localhost:8000/_profiler/709ad1","method":"GET"} [] [2021-01-20 13:56:40] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:56:40] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://localhost:8000/_profiler/search_bar","method":"GET"} [] [2021-01-20 13:58:28] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"709ad1"},"request_uri":"http://localhost:8000/_profiler/709ad1","method":"GET"} [] [2021-01-20 13:58:28] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:58:28] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://localhost:8000/_profiler/search_bar","method":"GET"} [] [2021-01-20 13:58:33] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:58:33] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 13:58:33] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:58:33] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:58:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:58:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3a4a5d"},"request_uri":"http://localhost:8000/_wdt/3a4a5d","method":"GET"} [] [2021-01-20 13:58:33] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:58:37] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:58:37] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 13:58:37] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:58:37] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:58:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:58:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"66fc87"},"request_uri":"http://localhost:8000/_wdt/66fc87","method":"GET"} [] [2021-01-20 13:58:37] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:58:40] request.INFO: Matched route "comment.delete". {"route":"comment.delete","route_parameters":{"_route":"comment.delete","_controller":"App\\Controller\\CommentController::delete","id":"1"},"request_uri":"http://localhost:8000/comment/1","method":"DELETE"} [] [2021-01-20 13:58:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:58:40] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 WHERE t0.id = ? ["1"] [] [2021-01-20 13:58:40] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:58:40] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 13:58:40] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 13:58:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 13:58:40] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 13:58:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 13:58:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d66c00"},"request_uri":"http://localhost:8000/_wdt/d66c00","method":"GET"} [] [2021-01-20 13:58:40] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:06:24] php.DEBUG: Warning: include(C:\wamp64\www\TestComment\var\cache\de_/srcApp_KernelDevDebugContainer.php): failed to open stream: No such file or directory {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-kernel\\\\Kernel.php\",\"line\":536,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-kernel\\\\Kernel.php\",\"line\":536,\"function\":\"include\"}],\"count\":1})"} [] [2021-01-20 14:06:24] php.DEBUG: Warning: include(): Failed opening 'C:\wamp64\www\TestComment\var\cache\de_/srcApp_KernelDevDebugContainer.php' for inclusion (include_path='.;C:\php\pear') [] [] [2021-01-20 14:06:40] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 14:06:41] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 14:06:41] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 14:06:41] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:06:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 14:06:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5e00a7"},"request_uri":"http://localhost:8000/_wdt/5e00a7","method":"GET"} [] [2021-01-20 14:06:41] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:06:45] request.INFO: Matched route "comment.delete". {"route":"comment.delete","route_parameters":{"_route":"comment.delete","_controller":"App\\Controller\\CommentController::delete","id":"1"},"request_uri":"http://localhost:8000/comment/1","method":"DELETE"} [] [2021-01-20 14:06:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 14:06:45] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 WHERE t0.id = ? ["1"] [] [2021-01-20 14:06:45] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:06:45] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 14:06:45] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 14:06:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 14:06:45] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:06:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 14:06:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d8a2d0"},"request_uri":"http://localhost:8000/_wdt/d8a2d0","method":"GET"} [] [2021-01-20 14:06:45] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:06:50] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d8a2d0"},"request_uri":"http://localhost:8000/_profiler/d8a2d0?panel=form","method":"GET"} [] [2021-01-20 14:06:50] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:06:50] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://localhost:8000/_profiler/search_bar?panel=form","method":"GET"} [] [2021-01-20 14:07:01] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"eaa47b"},"request_uri":"http://localhost:8000/_profiler/eaa47b","method":"GET"} [] [2021-01-20 14:07:01] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:07:01] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://localhost:8000/_profiler/search_bar","method":"GET"} [] [2021-01-20 14:09:46] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 14:09:46] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 14:09:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 14:09:46] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:09:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 14:09:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"92d656"},"request_uri":"http://localhost:8000/_wdt/92d656","method":"GET"} [] [2021-01-20 14:09:46] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:09:52] request.INFO: Matched route "comment.delete". {"route":"comment.delete","route_parameters":{"_route":"comment.delete","_controller":"App\\Controller\\CommentController::delete","id":"1"},"request_uri":"http://localhost:8000/comment/1","method":"DELETE"} [] [2021-01-20 14:09:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 14:09:52] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 WHERE t0.id = ? ["1"] [] [2021-01-20 14:09:52] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-20 14:09:52] doctrine.DEBUG: DELETE FROM comment_page WHERE id = ? [1] [] [2021-01-20 14:09:52] doctrine.DEBUG: "COMMIT" [] [] [2021-01-20 14:09:52] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:09:53] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 14:09:53] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 14:09:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 14:09:53] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:09:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 14:09:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e92d8c"},"request_uri":"http://localhost:8000/_wdt/e92d8c","method":"GET"} [] [2021-01-20 14:09:53] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:10:04] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-20 14:10:04] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-20 14:10:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 14:10:04] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:10:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 14:10:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c20ba6"},"request_uri":"http://localhost:8000/_wdt/c20ba6","method":"GET"} [] [2021-01-20 14:10:04] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:10:06] request.INFO: Matched route "comment.delete". {"route":"comment.delete","route_parameters":{"_route":"comment.delete","_controller":"App\\Controller\\CommentController::delete","id":"2"},"request_uri":"http://localhost:8000/comment/2","method":"DELETE"} [] [2021-01-20 14:10:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 14:10:06] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 WHERE t0.id = ? ["2"] [] [2021-01-20 14:10:06] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-20 14:10:06] doctrine.DEBUG: DELETE FROM comment_page WHERE id = ? [2] [] [2021-01-20 14:10:06] doctrine.DEBUG: "COMMIT" [] [] [2021-01-20 14:10:06] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:10:06] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 14:10:07] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 14:10:07] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 14:10:07] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:10:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 14:10:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"79eedb"},"request_uri":"http://localhost:8000/_wdt/79eedb","method":"GET"} [] [2021-01-20 14:10:07] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:10:13] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-20 14:10:13] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-20 14:10:13] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 14:10:13] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:10:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 14:10:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7f5ad8"},"request_uri":"http://localhost:8000/_wdt/7f5ad8","method":"GET"} [] [2021-01-20 14:10:13] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:15:03] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"POST"} [] [2021-01-20 14:15:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 14:15:03] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ WHERE p0_.id IN (?) [["1"]] [] [2021-01-20 14:15:03] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-20 14:15:03] doctrine.DEBUG: INSERT INTO comment_page (comment, pages_id) VALUES (?, ?) {"1":"Bonjour,\r\nCeci est un comm [...]","2":1} [] [2021-01-20 14:15:03] doctrine.DEBUG: "COMMIT" [] [] [2021-01-20 14:15:03] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:15:03] request.INFO: Matched route "page". {"route":"page","route_parameters":{"_route":"page","_controller":"App\\Controller\\PageController::index"},"request_uri":"http://localhost:8000/page","method":"GET"} [] [2021-01-20 14:15:03] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-20 14:15:03] doctrine.DEBUG: INSERT INTO page (name) VALUES (?) {"1":"Page2"} [] [2021-01-20 14:15:03] doctrine.DEBUG: "COMMIT" [] [] [2021-01-20 14:15:03] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:15:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 14:15:13] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 14:15:13] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 14:15:13] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 14:15:13] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:15:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 14:15:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"33c4e2"},"request_uri":"http://localhost:8000/_wdt/33c4e2","method":"GET"} [] [2021-01-20 14:15:14] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:17:03] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 14:17:03] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 14:17:03] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 14:17:03] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:17:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 14:17:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5df479"},"request_uri":"http://localhost:8000/_wdt/5df479","method":"GET"} [] [2021-01-20 14:17:04] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\ContainerWxQvbXN\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:41:35] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"POST"} [] [2021-01-20 14:41:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 14:41:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ WHERE p0_.id IN (?) [["1"]] [] [2021-01-20 14:41:35] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-20 14:41:35] doctrine.DEBUG: INSERT INTO comment_page (comment, pages_id) VALUES (?, ?) {"1":"Bonjour,\r\nUn second commen [...]","2":1} [] [2021-01-20 14:41:35] doctrine.DEBUG: "COMMIT" [] [] [2021-01-20 14:41:35] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:41:35] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 14:41:35] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 14:41:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 14:41:35] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:41:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 14:41:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee1550"},"request_uri":"http://localhost:8000/_wdt/ee1550","method":"GET"} [] [2021-01-20 14:41:35] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:42:05] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 14:42:05] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 14:42:05] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 14:42:05] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:42:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 14:42:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"db12ce"},"request_uri":"http://localhost:8000/_wdt/db12ce","method":"GET"} [] [2021-01-20 14:42:05] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:44:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 14:44:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 14:44:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 14:44:00] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:44:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 14:44:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8e0b5c"},"request_uri":"http://localhost:8000/_wdt/8e0b5c","method":"GET"} [] [2021-01-20 14:44:00] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:47:55] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 14:47:56] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 14:47:56] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 14:47:56] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 14:47:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 14:47:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"393883"},"request_uri":"http://localhost:8000/_wdt/393883","method":"GET"} [] [2021-01-20 14:47:56] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 15:04:26] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-20 15:04:26] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-20 15:04:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 15:04:26] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 15:04:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 15:04:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"49a50f"},"request_uri":"http://localhost:8000/_wdt/49a50f","method":"GET"} [] [2021-01-20 15:04:27] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 15:04:41] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"POST"} [] [2021-01-20 15:04:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 15:04:41] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ WHERE p0_.id IN (?) [["2"]] [] [2021-01-20 15:04:41] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-20 15:04:41] doctrine.DEBUG: INSERT INTO comment_page (comment, pages_id) VALUES (?, ?) {"1":"Voici un commentaire pour [...]","2":2} [] [2021-01-20 15:04:41] doctrine.DEBUG: "COMMIT" [] [] [2021-01-20 15:04:41] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 15:04:41] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-20 15:04:41] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-20 15:04:41] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 15:04:42] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 15:04:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 15:04:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"361cc0"},"request_uri":"http://localhost:8000/_wdt/361cc0","method":"GET"} [] [2021-01-20 15:04:42] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 15:05:04] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-20 15:05:04] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-20 15:05:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 15:05:04] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 15:05:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 15:05:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b41c11"},"request_uri":"http://localhost:8000/_wdt/b41c11","method":"GET"} [] [2021-01-20 15:05:04] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 15:05:06] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-20 15:05:06] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-20 15:05:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 15:05:06] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 15:05:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 15:05:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"46c607"},"request_uri":"http://localhost:8000/_wdt/46c607","method":"GET"} [] [2021-01-20 15:05:06] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 15:09:56] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-20 15:09:56] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-20 15:09:56] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-20 15:09:56] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-20 15:09:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-20 15:09:57] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"31030d"},"request_uri":"http://localhost:8000/_wdt/31030d","method":"GET"} [] [2021-01-20 15:09:57] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:09:58] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-21 07:10:01] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-21 07:10:01] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 07:10:01] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:10:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 07:10:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4e8b89"},"request_uri":"http://localhost:8000/_wdt/4e8b89","method":"GET"} [] [2021-01-21 07:10:02] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:12:11] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-21 07:12:11] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-21 07:12:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 07:12:11] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:12:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 07:12:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4bc56b"},"request_uri":"http://localhost:8000/_wdt/4bc56b","method":"GET"} [] [2021-01-21 07:12:11] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:12:13] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-21 07:12:13] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-21 07:12:13] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 07:12:13] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:12:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 07:12:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8b15cf"},"request_uri":"http://localhost:8000/_wdt/8b15cf","method":"GET"} [] [2021-01-21 07:12:13] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:12:18] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-21 07:12:18] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-21 07:12:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 07:12:18] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:12:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 07:12:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"368800"},"request_uri":"http://localhost:8000/_wdt/368800","method":"GET"} [] [2021-01-21 07:12:18] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:12:33] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-21 07:12:33] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-21 07:12:33] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 07:12:34] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:12:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 07:12:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"70b15e"},"request_uri":"http://localhost:8000/_wdt/70b15e","method":"GET"} [] [2021-01-21 07:12:34] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:24:42] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-21 07:24:44] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-21 07:24:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 07:24:45] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:24:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 07:24:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f795ed"},"request_uri":"http://localhost:8000/_wdt/f795ed","method":"GET"} [] [2021-01-21 07:24:45] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:25:14] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-21 07:25:14] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-21 07:25:14] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 07:25:14] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:25:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 07:25:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1dbd81"},"request_uri":"http://localhost:8000/_wdt/1dbd81","method":"GET"} [] [2021-01-21 07:25:14] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:25:47] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-21 07:25:47] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-21 07:25:47] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 07:25:47] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:25:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 07:25:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"00d96c"},"request_uri":"http://localhost:8000/_wdt/00d96c","method":"GET"} [] [2021-01-21 07:25:47] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:26:03] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-21 07:26:03] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-21 07:26:03] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 07:26:03] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:26:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 07:26:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ce93f8"},"request_uri":"http://localhost:8000/_wdt/ce93f8","method":"GET"} [] [2021-01-21 07:26:03] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:26:46] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-21 07:26:46] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-21 07:26:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 07:26:46] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:26:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 07:26:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"79b445"},"request_uri":"http://localhost:8000/_wdt/79b445","method":"GET"} [] [2021-01-21 07:26:46] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:28:06] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-21 07:28:06] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-21 07:28:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 07:28:06] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:28:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 07:28:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c56088"},"request_uri":"http://localhost:8000/_wdt/c56088","method":"GET"} [] [2021-01-21 07:28:06] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:28:55] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-21 07:28:55] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-21 07:28:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 07:28:55] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:28:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 07:28:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"277c5f"},"request_uri":"http://localhost:8000/_wdt/277c5f","method":"GET"} [] [2021-01-21 07:28:55] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:29:19] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-21 07:29:19] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-21 07:29:19] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 07:29:19] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:29:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 07:29:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3f0074"},"request_uri":"http://localhost:8000/_wdt/3f0074","method":"GET"} [] [2021-01-21 07:29:19] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:29:37] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-21 07:29:37] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-21 07:29:37] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 07:29:37] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:29:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 07:30:21] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-21 07:30:21] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-21 07:30:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 07:30:21] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:30:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 07:30:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9ac1e6"},"request_uri":"http://localhost:8000/_wdt/9ac1e6","method":"GET"} [] [2021-01-21 07:30:21] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:31:46] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-21 07:31:46] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-21 07:31:46] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 07:31:46] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:31:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 07:31:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8b788c"},"request_uri":"http://localhost:8000/_wdt/8b788c","method":"GET"} [] [2021-01-21 07:31:46] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:32:04] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-21 07:32:04] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-21 07:32:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 07:32:04] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 07:32:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 07:32:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f764c4"},"request_uri":"http://localhost:8000/_wdt/f764c4","method":"GET"} [] [2021-01-21 07:32:04] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:36:43] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-21 09:36:43] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-21 09:36:43] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 09:36:43] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:36:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 09:36:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7fa5c4"},"request_uri":"http://localhost:8000/_wdt/7fa5c4","method":"GET"} [] [2021-01-21 09:36:43] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:37:02] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"POST"} [] [2021-01-21 09:37:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 09:37:02] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ WHERE p0_.id IN (?) [["2"]] [] [2021-01-21 09:37:04] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-21 09:37:04] doctrine.DEBUG: INSERT INTO comment_page (comment, pages_id) VALUES (?, ?) {"1":"ggerge","2":2} [] [2021-01-21 09:37:04] doctrine.DEBUG: "COMMIT" [] [] [2021-01-21 09:37:04] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:37:04] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-21 09:37:04] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-21 09:37:04] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 09:37:04] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:37:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 09:37:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c230f9"},"request_uri":"http://localhost:8000/_wdt/c230f9","method":"GET"} [] [2021-01-21 09:37:04] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:37:20] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-21 09:37:20] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-21 09:37:20] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 09:37:20] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:37:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 09:37:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c3cc58"},"request_uri":"http://localhost:8000/_wdt/c3cc58","method":"GET"} [] [2021-01-21 09:37:20] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:39:47] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-21 09:39:47] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-21 09:39:47] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 09:39:47] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:39:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 09:39:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"42003f"},"request_uri":"http://localhost:8000/_wdt/42003f","method":"GET"} [] [2021-01-21 09:39:47] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:40:00] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"POST"} [] [2021-01-21 09:40:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 09:40:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ WHERE p0_.id IN (?) [["1"]] [] [2021-01-21 09:40:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-21 09:40:00] doctrine.DEBUG: INSERT INTO comment_page (comment, pages_id) VALUES (?, ?) {"1":"Encore un commentaire","2":1} [] [2021-01-21 09:40:00] doctrine.DEBUG: "COMMIT" [] [] [2021-01-21 09:40:00] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:40:00] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-21 09:40:00] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-21 09:40:00] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 09:40:00] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:40:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 09:40:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e33ea7"},"request_uri":"http://localhost:8000/_wdt/e33ea7","method":"GET"} [] [2021-01-21 09:40:00] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:40:11] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://localhost:8000/page-2","method":"GET"} [] [2021-01-21 09:40:11] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-21 09:40:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 09:40:11] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:40:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 09:40:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"db41a1"},"request_uri":"http://localhost:8000/_wdt/db41a1","method":"GET"} [] [2021-01-21 09:40:12] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:40:35] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-21 09:40:35] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-21 09:40:35] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 09:40:35] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:40:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 09:40:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d7dd02"},"request_uri":"http://localhost:8000/_wdt/d7dd02","method":"GET"} [] [2021-01-21 09:40:35] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:41:06] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-21 09:41:06] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-21 09:41:06] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 09:41:06] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:41:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 09:41:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0c8d48"},"request_uri":"http://localhost:8000/_wdt/0c8d48","method":"GET"} [] [2021-01-21 09:41:06] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:41:24] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"POST"} [] [2021-01-21 09:41:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 09:41:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ WHERE p0_.id IN (?) [["1"]] [] [2021-01-21 09:41:24] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-21 09:41:24] doctrine.DEBUG: INSERT INTO comment_page (comment, pages_id) VALUES (?, ?) {"1":"Un commentaire de plus","2":1} [] [2021-01-21 09:41:24] doctrine.DEBUG: "COMMIT" [] [] [2021-01-21 09:41:24] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:41:24] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-21 09:41:24] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-21 09:41:24] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 09:41:24] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:41:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 09:41:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fa7ee4"},"request_uri":"http://localhost:8000/_wdt/fa7ee4","method":"GET"} [] [2021-01-21 09:41:24] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:41:45] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"POST"} [] [2021-01-21 09:41:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 09:41:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ WHERE p0_.id IN (?) [["1"]] [] [2021-01-21 09:41:45] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-21 09:41:45] doctrine.DEBUG: INSERT INTO comment_page (comment, pages_id) VALUES (?, ?) {"1":"Un autre","2":1} [] [2021-01-21 09:41:45] doctrine.DEBUG: "COMMIT" [] [] [2021-01-21 09:41:45] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:41:45] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-21 09:41:45] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-21 09:41:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 09:41:45] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:41:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 09:41:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6b152d"},"request_uri":"http://localhost:8000/_wdt/6b152d","method":"GET"} [] [2021-01-21 09:41:45] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:42:02] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"POST"} [] [2021-01-21 09:42:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 09:42:02] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ WHERE p0_.id IN (?) [["1"]] [] [2021-01-21 09:42:02] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-21 09:42:02] doctrine.DEBUG: INSERT INTO comment_page (comment, pages_id) VALUES (?, ?) {"1":"Encore un autre","2":1} [] [2021-01-21 09:42:02] doctrine.DEBUG: "COMMIT" [] [] [2021-01-21 09:42:02] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:42:02] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-21 09:42:02] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-21 09:42:02] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 09:42:02] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:42:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 09:42:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"484e6e"},"request_uri":"http://localhost:8000/_wdt/484e6e","method":"GET"} [] [2021-01-21 09:42:02] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:42:17] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"POST"} [] [2021-01-21 09:42:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 09:42:17] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ WHERE p0_.id IN (?) [["1"]] [] [2021-01-21 09:42:17] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-21 09:42:17] doctrine.DEBUG: INSERT INTO comment_page (comment, pages_id) VALUES (?, ?) {"1":"Et encore un","2":1} [] [2021-01-21 09:42:17] doctrine.DEBUG: "COMMIT" [] [] [2021-01-21 09:42:17] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:42:17] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-21 09:42:18] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-21 09:42:18] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 09:42:18] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:42:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 09:42:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d70237"},"request_uri":"http://localhost:8000/_wdt/d70237","method":"GET"} [] [2021-01-21 09:42:18] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:42:44] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-21 09:42:44] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-21 09:42:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 09:42:44] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:42:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 09:42:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2f9862"},"request_uri":"http://localhost:8000/_wdt/2f9862","method":"GET"} [] [2021-01-21 09:42:44] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:43:02] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-21 09:43:02] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-21 09:43:02] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 09:43:02] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:43:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 09:43:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"29a23d"},"request_uri":"http://localhost:8000/_wdt/29a23d","method":"GET"} [] [2021-01-21 09:43:02] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:43:10] request.INFO: Matched route "comment.delete". {"route":"comment.delete","route_parameters":{"_route":"comment.delete","_controller":"App\\Controller\\CommentController::delete","id":"11"},"request_uri":"http://localhost:8000/comment/11","method":"DELETE"} [] [2021-01-21 09:43:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 09:43:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 WHERE t0.id = ? ["11"] [] [2021-01-21 09:43:10] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-21 09:43:10] doctrine.DEBUG: DELETE FROM comment_page WHERE id = ? [11] [] [2021-01-21 09:43:10] doctrine.DEBUG: "COMMIT" [] [] [2021-01-21 09:43:10] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:43:11] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-21 09:43:11] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-21 09:43:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 09:43:11] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:43:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 09:43:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b1e76f"},"request_uri":"http://localhost:8000/_wdt/b1e76f","method":"GET"} [] [2021-01-21 09:43:11] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:43:26] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://localhost:8000/","method":"GET"} [] [2021-01-21 09:43:26] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-21 09:43:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 09:43:26] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 09:43:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 09:43:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c3ced7"},"request_uri":"http://localhost:8000/_wdt/c3ced7","method":"GET"} [] [2021-01-21 09:43:26] php.DEBUG: User Warning: Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":512,\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\vendor\\\\symfony\\\\http-client\\\\HttpClient.php\",\"line\":37,\"trace\":[{\"file\":\"C:\\\\wamp64\\\\www\\\\TestComment\\\\var\\\\cache\\\\dev\\\\Container8Ru5RkP\\\\srcApp_KernelDevDebugContainer.php\",\"line\":1736,\"function\":\"create\",\"class\":\"Symfony\\\\Component\\\\HttpClient\\\\HttpClient\",\"type\":\"::\"}],\"count\":1})"} [] [2021-01-21 11:09:49] php.DEBUG: Warning: filemtime(): stat failed for C:\wamp64\www\TestComment\config\routes\dev\framework.yaml {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/config/Resource/FileResource.php\",\"line\":65,\"trace\":[{\"file\":\"/home/beescom/production/TestComment/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php\",\"line\":34,\"function\":\"isFresh\",\"class\":\"Symfony\\\\Component\\\\Config\\\\Resource\\\\FileResource\",\"type\":\"->\"}],\"count\":1})"} [] [2021-01-21 11:09:49] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2021-01-21 11:09:50] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-21 11:09:50] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 11:09:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 11:09:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a4b89c"},"request_uri":"http://production.beescom.fr/TestComment/public/_wdt/a4b89c","method":"GET"} [] [2021-01-21 11:20:40] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2021-01-21 11:20:41] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-21 11:20:41] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 11:20:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 11:20:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a95410"},"request_uri":"http://production.beescom.fr/TestComment/public/_wdt/a95410","method":"GET"} [] [2021-01-21 11:21:02] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"POST"} [] [2021-01-21 11:21:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 11:21:02] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ WHERE p0_.id IN (?) [["1"]] [] [2021-01-21 11:21:03] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-21 11:21:03] doctrine.DEBUG: INSERT INTO comment_page (comment, pages_id) VALUES (?, ?) {"1":"c'est un peu trop flashy","2":1} [] [2021-01-21 11:21:03] doctrine.DEBUG: "COMMIT" [] [] [2021-01-21 11:21:03] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2021-01-21 11:21:03] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-21 11:21:03] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 11:21:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 11:21:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"340033"},"request_uri":"http://production.beescom.fr/TestComment/public/_wdt/340033","method":"GET"} [] [2021-01-21 11:21:13] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2021-01-21 11:21:13] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-21 11:21:13] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 11:21:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 11:21:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9b017d"},"request_uri":"http://production.beescom.fr/TestComment/public/_wdt/9b017d","method":"GET"} [] [2021-01-21 11:21:29] request.INFO: Matched route "comment.delete". {"route":"comment.delete","route_parameters":{"_route":"comment.delete","_controller":"App\\Controller\\CommentController::delete","id":"10"},"request_uri":"http://production.beescom.fr/TestComment/public/comment/10","method":"DELETE"} [] [2021-01-21 11:21:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 11:21:29] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 WHERE t0.id = ? ["10"] [] [2021-01-21 11:21:29] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-21 11:21:29] doctrine.DEBUG: DELETE FROM comment_page WHERE id = ? [10] [] [2021-01-21 11:21:29] doctrine.DEBUG: "COMMIT" [] [] [2021-01-21 11:21:29] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2021-01-21 11:21:29] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-21 11:21:29] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 11:21:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 11:21:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"04b1ff"},"request_uri":"http://production.beescom.fr/TestComment/public/_wdt/04b1ff","method":"GET"} [] [2021-01-21 11:21:30] request.INFO: Matched route "comment.delete". {"route":"comment.delete","route_parameters":{"_route":"comment.delete","_controller":"App\\Controller\\CommentController::delete","id":"12"},"request_uri":"http://production.beescom.fr/TestComment/public/comment/12","method":"DELETE"} [] [2021-01-21 11:21:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 11:21:30] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 WHERE t0.id = ? ["12"] [] [2021-01-21 11:21:30] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-21 11:21:30] doctrine.DEBUG: DELETE FROM comment_page WHERE id = ? [12] [] [2021-01-21 11:21:30] doctrine.DEBUG: "COMMIT" [] [] [2021-01-21 11:21:30] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2021-01-21 11:21:30] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-21 11:21:30] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 11:21:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 11:21:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c7b84f"},"request_uri":"http://production.beescom.fr/TestComment/public/_wdt/c7b84f","method":"GET"} [] [2021-01-21 11:21:40] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://production.beescom.fr/TestComment/public/page-2","method":"GET"} [] [2021-01-21 11:21:40] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-21 11:21:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 11:21:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 11:21:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fee5a7"},"request_uri":"http://production.beescom.fr/TestComment/public/_wdt/fee5a7","method":"GET"} [] [2021-01-21 11:21:45] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://production.beescom.fr/TestComment/public/page-2","method":"GET"} [] [2021-01-21 11:21:45] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-21 11:21:45] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 11:21:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 11:21:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"86e117"},"request_uri":"http://production.beescom.fr/TestComment/public/_wdt/86e117","method":"GET"} [] [2021-01-21 11:21:57] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://production.beescom.fr/TestComment/public/page-2","method":"POST"} [] [2021-01-21 11:21:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 11:21:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ WHERE p0_.id IN (?) [["2"]] [] [2021-01-21 11:21:58] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-21 11:21:58] doctrine.DEBUG: INSERT INTO comment_page (comment, pages_id) VALUES (?, ?) {"1":"ll","2":2} [] [2021-01-21 11:21:58] doctrine.DEBUG: "COMMIT" [] [] [2021-01-21 11:21:58] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://production.beescom.fr/TestComment/public/page-2","method":"GET"} [] [2021-01-21 11:21:58] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-21 11:21:58] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 11:21:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 11:21:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc32ea"},"request_uri":"http://production.beescom.fr/TestComment/public/_wdt/cc32ea","method":"GET"} [] [2021-01-21 11:22:03] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://production.beescom.fr/TestComment/public/page-2","method":"GET"} [] [2021-01-21 11:22:03] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-21 11:22:03] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 11:22:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 11:22:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee5fd7"},"request_uri":"http://production.beescom.fr/TestComment/public/_wdt/ee5fd7","method":"GET"} [] [2021-01-21 11:22:11] request.INFO: Matched route "comment.delete". {"route":"comment.delete","route_parameters":{"_route":"comment.delete","_controller":"App\\Controller\\CommentController::delete","id":"13"},"request_uri":"http://production.beescom.fr/TestComment/public/comment/13","method":"DELETE"} [] [2021-01-21 11:22:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 11:22:11] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 WHERE t0.id = ? ["13"] [] [2021-01-21 11:22:11] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-21 11:22:11] doctrine.DEBUG: DELETE FROM comment_page WHERE id = ? [13] [] [2021-01-21 11:22:11] doctrine.DEBUG: "COMMIT" [] [] [2021-01-21 11:22:11] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2021-01-21 11:22:11] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-21 11:22:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 11:22:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 11:22:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"654583"},"request_uri":"http://production.beescom.fr/TestComment/public/_wdt/654583","method":"GET"} [] [2021-01-21 11:22:14] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://production.beescom.fr/TestComment/public/page-2","method":"GET"} [] [2021-01-21 11:22:14] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-21 11:22:14] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 11:22:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 11:22:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d46735"},"request_uri":"http://production.beescom.fr/TestComment/public/_wdt/d46735","method":"GET"} [] [2021-01-21 11:29:05] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2021-01-21 11:29:05] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-21 11:29:05] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 11:29:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 11:29:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4ad478"},"request_uri":"http://production.beescom.fr/TestComment/public/_wdt/4ad478","method":"GET"} [] [2021-01-21 11:30:02] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://production.beescom.fr/TestComment/public/page-2","method":"GET"} [] [2021-01-21 11:30:02] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-21 11:30:02] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 11:30:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 11:30:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4749bc"},"request_uri":"http://production.beescom.fr/TestComment/public/_wdt/4749bc","method":"GET"} [] [2021-01-21 12:25:25] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://production.beescom.fr/TestComment/public/page-2","method":"POST"} [] [2021-01-21 12:25:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 12:25:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ WHERE p0_.id IN (?) [["1"]] [] [2021-01-21 12:25:26] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-21 12:25:26] doctrine.DEBUG: INSERT INTO comment_page (comment, pages_id) VALUES (?, ?) {"1":"Ceci est un super commentaire","2":1} [] [2021-01-21 12:25:26] doctrine.DEBUG: "COMMIT" [] [] [2021-01-21 12:25:26] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://production.beescom.fr/TestComment/public/page-2","method":"GET"} [] [2021-01-21 12:25:26] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-21 12:25:26] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 12:25:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 12:25:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"86c2dc"},"request_uri":"http://production.beescom.fr/TestComment/public/_wdt/86c2dc","method":"GET"} [] [2021-01-21 14:27:50] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2021-01-21 14:27:50] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-21 14:27:51] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 14:27:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 14:27:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e773b3"},"request_uri":"http://production.beescom.fr/TestComment/public/_wdt/e773b3","method":"GET"} [] [2021-01-21 14:28:09] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"POST"} [] [2021-01-21 14:28:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 14:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ WHERE p0_.id IN (?) [["2"]] [] [2021-01-21 14:28:09] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-21 14:28:09] doctrine.DEBUG: INSERT INTO comment_page (comment, pages_id) VALUES (?, ?) {"1":"uuu","2":2} [] [2021-01-21 14:28:09] doctrine.DEBUG: "COMMIT" [] [] [2021-01-21 14:28:09] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2021-01-21 14:28:09] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-21 14:28:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-21 14:28:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-21 14:28:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"60235c"},"request_uri":"http://production.beescom.fr/TestComment/public/_wdt/60235c","method":"GET"} [] [2021-01-22 10:48:59] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2021-01-22 10:48:59] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-22 10:48:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-22 10:49:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-22 10:49:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"85b5e7"},"request_uri":"http://production.beescom.fr/TestComment/public/_wdt/85b5e7","method":"GET"} [] [2021-01-22 10:51:05] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2021-01-22 10:51:05] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-22 10:51:05] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-22 10:51:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-22 10:51:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aadf02"},"request_uri":"http://production.beescom.fr/TestComment/public/_wdt/aadf02","method":"GET"} [] [2021-01-22 10:51:32] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"POST"} [] [2021-01-22 10:51:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-22 10:51:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ WHERE p0_.id IN (?) [["1"]] [] [2021-01-22 10:51:32] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-22 10:51:32] doctrine.DEBUG: INSERT INTO comment_page (comment, pages_id) VALUES (?, ?) {"1":"huihui","2":1} [] [2021-01-22 10:51:32] doctrine.DEBUG: "COMMIT" [] [] [2021-01-22 10:51:32] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2021-01-22 10:51:32] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-22 10:51:32] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-22 10:51:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-22 10:51:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"58ff79"},"request_uri":"http://production.beescom.fr/TestComment/public/_wdt/58ff79","method":"GET"} [] [2021-01-22 10:51:55] request.INFO: Matched route "comment.delete". {"route":"comment.delete","route_parameters":{"_route":"comment.delete","_controller":"App\\Controller\\CommentController::delete","id":"3"},"request_uri":"http://production.beescom.fr/TestComment/public/comment/3","method":"DELETE"} [] [2021-01-22 10:51:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-22 10:51:55] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 WHERE t0.id = ? ["3"] [] [2021-01-22 10:51:55] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-22 10:51:55] doctrine.DEBUG: DELETE FROM comment_page WHERE id = ? [3] [] [2021-01-22 10:51:55] doctrine.DEBUG: "COMMIT" [] [] [2021-01-22 10:51:55] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2021-01-22 10:51:55] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-22 10:51:55] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-22 10:51:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-22 10:51:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"164f2b"},"request_uri":"http://production.beescom.fr/TestComment/public/_wdt/164f2b","method":"GET"} [] [2021-01-22 10:52:00] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://production.beescom.fr/TestComment/public/page-2","method":"GET"} [] [2021-01-22 10:52:01] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-22 10:52:01] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-22 10:52:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-22 10:52:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c76bc1"},"request_uri":"http://production.beescom.fr/TestComment/public/_wdt/c76bc1","method":"GET"} [] [2021-01-22 10:52:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /-2"" at /home/beescom/production/TestComment/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /-2\" at /home/beescom/production/TestComment/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/-2/\". at /home/beescom/production/TestComment/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2021-01-22 10:52:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"63152b"},"request_uri":"http://production.beescom.fr/TestComment/public/_wdt/63152b","method":"GET"} [] [2021-01-22 10:52:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /-2"" at /home/beescom/production/TestComment/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /-2\" at /home/beescom/production/TestComment/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/-2/\". at /home/beescom/production/TestComment/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2021-01-22 10:52:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d59788"},"request_uri":"http://production.beescom.fr/TestComment/public/_wdt/d59788","method":"GET"} [] [2021-01-22 10:52:35] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /public/-2"" at /home/beescom/production/TestComment/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /public/-2\" at /home/beescom/production/TestComment/vendor/symfony/http-kernel/EventListener/RouterListener.php:136, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/-2/\". at /home/beescom/production/TestComment/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2021-01-22 10:52:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"98645b"},"request_uri":"http://production.beescom.fr/TestComment/public/_wdt/98645b","method":"GET"} [] [2021-01-22 10:52:47] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://production.beescom.fr/TestComment/public/page-2","method":"GET"} [] [2021-01-22 10:52:47] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-22 10:52:47] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-22 10:52:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-22 10:52:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"046e25"},"request_uri":"http://production.beescom.fr/TestComment/public/_wdt/046e25","method":"GET"} [] [2021-01-22 10:53:09] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://production.beescom.fr/TestComment/public/page-2","method":"POST"} [] [2021-01-22 10:53:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-22 10:53:09] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ WHERE p0_.id IN (?) [["1"]] [] [2021-01-22 10:53:09] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-22 10:53:09] doctrine.DEBUG: INSERT INTO comment_page (comment, pages_id) VALUES (?, ?) {"1":"Ceci est un commentaire","2":1} [] [2021-01-22 10:53:09] doctrine.DEBUG: "COMMIT" [] [] [2021-01-22 10:53:10] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://production.beescom.fr/TestComment/public/page-2","method":"GET"} [] [2021-01-22 10:53:10] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-22 10:53:10] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-22 10:53:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-22 10:53:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0a32f4"},"request_uri":"http://production.beescom.fr/TestComment/public/_wdt/0a32f4","method":"GET"} [] [2021-01-22 10:53:27] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://production.beescom.fr/TestComment/public/page-2","method":"POST"} [] [2021-01-22 10:53:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-22 10:53:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ WHERE p0_.id IN (?) [["2"]] [] [2021-01-22 10:53:27] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-22 10:53:27] doctrine.DEBUG: INSERT INTO comment_page (comment, pages_id) VALUES (?, ?) {"1":"Commentaire","2":2} [] [2021-01-22 10:53:27] doctrine.DEBUG: "COMMIT" [] [] [2021-01-22 10:53:27] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://production.beescom.fr/TestComment/public/page-2","method":"GET"} [] [2021-01-22 10:53:27] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-22 10:53:27] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-22 10:53:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-22 10:53:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a1af7d"},"request_uri":"http://production.beescom.fr/TestComment/public/_wdt/a1af7d","method":"GET"} [] [2021-01-22 10:53:53] request.INFO: Matched route "page2". {"route":"page2","route_parameters":{"_route":"page2","_controller":"App\\Controller\\HomeController::page"},"request_uri":"http://production.beescom.fr/TestComment/public/page-2","method":"GET"} [] [2021-01-22 10:53:53] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Page2"] [] [2021-01-22 10:53:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-22 10:53:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-22 10:53:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"086344"},"request_uri":"http://production.beescom.fr/TestComment/public/_wdt/086344","method":"GET"} [] [2021-01-22 10:53:58] request.INFO: Matched route "comment.delete". {"route":"comment.delete","route_parameters":{"_route":"comment.delete","_controller":"App\\Controller\\CommentController::delete","id":"15"},"request_uri":"http://production.beescom.fr/TestComment/public/comment/15","method":"DELETE"} [] [2021-01-22 10:53:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-22 10:53:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.comment AS comment_2, t0.pages_id AS pages_id_3 FROM comment_page t0 WHERE t0.id = ? ["15"] [] [2021-01-22 10:53:58] doctrine.DEBUG: "START TRANSACTION" [] [] [2021-01-22 10:53:58] doctrine.DEBUG: DELETE FROM comment_page WHERE id = ? [15] [] [2021-01-22 10:53:58] doctrine.DEBUG: "COMMIT" [] [] [2021-01-22 10:53:58] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2021-01-22 10:53:59] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-22 10:53:59] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-22 10:53:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-22 10:53:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2b5aea"},"request_uri":"http://production.beescom.fr/TestComment/public/_wdt/2b5aea","method":"GET"} [] [2021-01-22 18:50:17] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2021-01-22 18:50:17] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-01-22 18:50:17] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-01-22 18:50:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-01-22 18:50:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"56dbfc"},"request_uri":"http://production.beescom.fr/TestComment/public/_wdt/56dbfc","method":"GET"} [] [2021-04-27 02:48:39] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2021-04-27 02:48:41] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-04-27 02:48:41] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-04-27 02:48:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-04-27 03:15:44] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://production.beescom.fr/TestComment/public/","method":"GET"} [] [2021-04-27 03:15:44] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-04-27 03:15:44] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-04-27 03:15:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-05-09 14:19:09] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2021-05-09 14:19:11] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-05-09 14:19:11] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-05-09 14:19:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-06-07 22:24:19] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2021-06-07 22:24:21] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-06-07 22:24:21] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-06-07 22:24:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-06-19 02:16:38] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2021-06-19 02:16:40] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-06-19 02:16:40] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-06-19 02:16:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-06-26 02:21:13] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2021-06-26 02:21:15] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-06-26 02:21:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-06-26 02:21:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-06-28 03:28:16] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2021-06-28 03:28:17] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-06-28 03:28:17] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-06-28 03:28:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-09-17 00:14:40] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2021-09-17 00:14:41] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-09-17 00:14:41] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-09-17 00:14:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-08 11:51:13] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2021-12-08 11:51:14] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-12-08 11:51:14] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-12-08 11:51:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-09 04:48:26] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2021-12-09 04:48:28] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-12-09 04:48:28] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-12-09 04:48:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-21 06:31:40] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2021-12-21 06:31:42] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-12-21 06:31:42] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-12-21 06:31:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2021-12-27 17:34:27] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2021-12-27 17:34:29] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2021-12-27 17:34:29] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2021-12-27 17:34:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-02-15 15:27:52] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2022-02-15 15:27:54] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2022-02-15 15:27:54] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2022-02-15 15:27:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-02-27 23:48:36] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2022-02-27 23:48:38] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2022-02-27 23:48:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2022-02-27 23:48:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-03-21 08:40:36] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2022-03-21 08:40:38] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2022-03-21 08:40:38] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2022-03-21 08:40:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-08-16 02:31:16] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2022-08-16 02:31:17] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2022-08-16 02:31:17] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2022-08-16 02:31:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-04 23:58:44] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2022-10-04 23:58:46] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.183' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.183' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.183' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.183' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2022-10-04 23:58:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-26 13:52:46] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2022-10-26 13:52:48] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2022-10-26 13:52:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-26 14:00:17] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2022-10-26 14:00:17] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://production.beescom.fr/TestComment/public/","method":"GET"} [] [2022-10-26 14:00:17] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2022-10-26 14:00:17] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2022-10-26 14:00:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-26 14:00:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-26 14:00:18] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2022-10-26 14:00:18] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://production.beescom.fr/TestComment/public/","method":"GET"} [] [2022-10-26 14:00:18] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2022-10-26 14:00:18] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2022-10-26 14:00:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-26 14:00:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-26 14:00:18] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2022-10-26 14:00:18] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://production.beescom.fr/TestComment/public/","method":"GET"} [] [2022-10-26 14:00:18] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2022-10-26 14:00:18] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2022-10-26 14:00:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-26 14:00:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-26 14:00:18] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2022-10-26 14:00:18] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://production.beescom.fr/TestComment/public/","method":"GET"} [] [2022-10-26 14:00:18] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2022-10-26 14:00:18] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.203' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2022-10-26 14:00:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-10-26 14:00:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-09 12:48:55] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2022-11-09 12:48:57] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.115' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.115' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.115' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.115' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2022-11-09 12:48:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-11-25 21:52:49] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2022-11-25 21:52:53] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.132' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.132' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.132' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.132' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2022-11-25 21:52:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-12-09 23:12:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2022-12-09 23:12:49] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2022-12-09 23:12:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2022-12-09 23:12:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2022-12-09 23:12:51] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.37' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.37' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.37' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.37' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2022-12-09 23:12:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-12-19 10:53:39] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2022-12-19 10:53:39] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2022-12-19 10:53:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2022-12-19 10:53:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2022-12-19 10:53:41] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.211' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.211' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.211' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.211' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2022-12-19 10:53:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-12-30 00:30:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2022-12-30 00:30:26] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2022-12-30 00:30:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2022-12-30 00:30:28] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2022-12-30 00:30:28] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.147' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.147' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.147' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.147' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2022-12-30 00:30:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-02-07 22:04:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-02-07 22:04:03] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-02-07 22:04:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-02-07 22:04:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-02-07 22:04:05] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.59' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.59' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.59' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.59' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-02-07 22:04:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-02-08 07:37:25] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-02-08 07:37:25] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-02-08 07:37:26] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-02-08 07:37:27] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-02-08 07:37:27] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.85' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.85' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.85' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.85' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-02-08 07:37:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-02-12 17:48:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-02-12 17:48:11] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-02-12 17:48:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-02-12 17:48:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-02-12 17:48:13] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.161' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.161' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.161' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.161' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-02-12 17:48:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-02-25 14:21:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-02-25 14:21:01] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-02-25 14:21:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-02-25 14:21:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-02-25 14:21:04] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.119' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.119' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.119' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.119' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-02-25 14:21:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-03-18 00:38:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-03-18 00:38:06] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-03-18 00:38:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-03-18 00:38:07] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-03-18 00:38:08] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.116' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.116' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.116' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.116' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-03-18 00:38:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-04-19 21:28:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-04-19 21:28:48] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-04-19 21:28:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-04-19 21:28:48] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-04-19 21:28:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-04-19 21:28:49] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-04-19 21:28:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-04-19 21:28:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-04-19 21:28:50] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.75' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.75' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.75' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.75' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-04-19 21:28:50] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.75' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.75' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.75' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.75' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-04-19 21:28:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-04-19 21:28:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-04-19 21:28:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-04-19 21:28:51] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-04-19 21:28:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-04-19 21:28:51] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-04-19 21:28:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-04-19 21:28:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-04-19 21:28:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-04-19 21:28:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-04-19 21:28:51] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.75' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.75' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.75' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.75' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-04-19 21:28:51] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.75' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.75' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.75' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.75' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-04-19 21:28:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-04-19 21:28:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-04-19 21:28:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-04-19 21:28:51] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-04-19 21:28:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-04-19 21:28:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-04-19 21:28:51] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-04-19 21:28:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-04-19 21:28:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-04-19 21:28:51] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.75' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.75' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.75' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.75' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-04-19 21:28:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-04-19 21:28:51] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.75' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.75' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.75' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.75' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-04-19 21:28:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-04-19 21:28:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-04-19 21:28:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-04-19 21:28:51] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-04-19 21:28:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-04-19 21:28:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-04-19 21:28:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-04-19 21:28:51] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-04-19 21:28:51] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.75' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.75' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.75' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.75' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-04-19 21:28:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-04-19 21:28:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-04-19 21:28:51] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.75' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.75' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.75' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.75' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-04-19 21:28:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-04-19 21:28:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-04-21 19:24:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-04-21 19:24:15] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-04-21 19:24:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-04-21 19:24:17] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-04-21 19:24:17] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.10' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.10' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.10' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.10' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-04-21 19:24:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-04-30 04:20:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-04-30 04:20:10] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-04-30 04:20:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-04-30 04:20:11] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-04-30 04:20:12] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.219' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.219' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.219' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.219' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-04-30 04:20:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-05-01 17:56:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-05-01 17:56:15] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-05-01 17:56:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-05-01 17:56:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-05-01 17:56:17] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.9' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.9' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.9' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.9' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-05-01 17:56:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-05-28 22:12:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-05-28 22:12:43] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-05-28 22:12:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-05-28 22:12:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-05-28 22:12:45] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.50' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.50' ' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.144' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.144' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-05-28 22:12:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-05-28 22:12:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-05-28 22:12:46] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-05-28 22:12:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-05-28 22:12:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-05-28 22:12:46] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.50' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.50' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.50' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.50' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-05-28 22:12:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [] [2023-05-28 22:12:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-05-28 22:12:47] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-05-28 22:12:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-05-28 22:12:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-05-28 22:12:47] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.50' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.50' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.50' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.50' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-05-28 22:12:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [] [2023-05-28 22:12:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-05-28 22:12:47] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-05-28 22:12:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-05-28 22:12:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-05-28 22:12:47] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.50' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.50' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.50' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.50' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-05-28 22:12:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [] [2023-05-31 09:09:23] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-05-31 09:09:23] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-05-31 09:09:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-05-31 09:09:24] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-05-31 09:09:25] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.0' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.0' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.0' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.0' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-05-31 09:09:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-06-26 05:32:13] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-06-26 05:32:13] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-06-26 05:32:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-06-26 05:32:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-06-26 05:32:15] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.111' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.111' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.111' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.111' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-06-26 05:32:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-06-26 09:42:33] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-06-26 09:42:33] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-06-26 09:42:34] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-06-26 09:42:35] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-06-26 09:42:35] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.16' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.16' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.16' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.16' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-06-26 09:42:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-07-04 03:47:41] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-07-04 03:47:41] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-07-04 03:47:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-07-04 03:47:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-07-04 03:47:43] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.121' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.121' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.121' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.121' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-07-04 03:47:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-07-15 06:42:36] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-07-15 06:42:37] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://production.beescom.fr/TestComment/public/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Flib%2FDoctrine%2FDBAL%2FDriver%2FAbstractMySQLDriver.php&line=112","method":"GET"} [] [2023-07-15 06:42:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/cache/Traits/PhpFilesTrait.php\",\"line\":243,\"trace\":[{\"file\":\"/home/beescom/production/TestComment/vendor/symfony/cache/Adapter/AbstractAdapter.php\",\"line\":164,\"function\":\"doSave\",\"class\":\"Symfony\\\\Component\\\\Cache\\\\Adapter\\\\PhpFilesAdapter\",\"type\":\"->\"}],\"count\":1})"} [] [2023-07-15 06:42:37] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":99})"} [] [2023-07-15 06:42:38] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-07-15 06:42:38] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://production.beescom.fr/TestComment/public/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Flib%2FDoctrine%2FDBAL%2FDBALException.php&line=182","method":"GET"} [] [2023-07-15 06:42:40] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-07-15 06:42:40] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://production.beescom.fr/TestComment/public/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Flib%2FDoctrine%2FDBAL%2FDBALException.php&line=169","method":"GET"} [] [2023-07-15 06:42:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-07-15 06:42:42] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://production.beescom.fr/TestComment/public/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Flib%2FDoctrine%2FDBAL%2FDriver%2FPDOMySql%2FDriver.php&line=30","method":"GET"} [] [2023-07-15 06:42:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-07-15 06:42:44] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://production.beescom.fr/TestComment/public/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Flib%2FDoctrine%2FDBAL%2FConnection.php&line=362","method":"GET"} [] [2023-07-15 06:42:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-07-15 06:42:46] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://production.beescom.fr/TestComment/public/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Flib%2FDoctrine%2FDBAL%2FConnection.php&line=1853","method":"GET"} [] [2023-07-15 06:42:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-07-15 06:42:48] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://production.beescom.fr/TestComment/public/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Flib%2FDoctrine%2FDBAL%2FConnection.php&line=1241","method":"GET"} [] [2023-07-15 06:42:50] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-07-15 06:42:50] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://production.beescom.fr/TestComment/public/_profiler/open?file=vendor%2Fdoctrine%2Form%2Flib%2FDoctrine%2FORM%2FQuery%2FExec%2FSingleSelectExecutor.php&line=50","method":"GET"} [] [2023-07-15 06:42:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-07-15 06:42:52] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://production.beescom.fr/TestComment/public/_profiler/open?file=vendor%2Fdoctrine%2Form%2Flib%2FDoctrine%2FORM%2FQuery.php&line=338","method":"GET"} [] [2023-07-15 06:42:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-07-15 06:42:54] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://production.beescom.fr/TestComment/public/_profiler/open?file=vendor%2Fdoctrine%2Form%2Flib%2FDoctrine%2FORM%2FAbstractQuery.php&line=1088","method":"GET"} [] [2023-07-15 06:42:56] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-07-15 06:42:56] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://production.beescom.fr/TestComment/public/_profiler/open?file=vendor%2Fdoctrine%2Form%2Flib%2FDoctrine%2FORM%2FAbstractQuery.php&line=1042","method":"GET"} [] [2023-07-15 06:42:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-07-15 06:42:58] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://production.beescom.fr/TestComment/public/_profiler/open?file=vendor%2Fdoctrine%2Form%2Flib%2FDoctrine%2FORM%2FAbstractQuery.php&line=811","method":"GET"} [] [2023-07-15 06:43:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-07-15 06:43:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://production.beescom.fr/TestComment/public/_profiler/open?file=src%2FRepository%2FCommentPageRepository.php&line=34","method":"GET"} [] [2023-07-15 06:43:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-07-15 06:43:02] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://production.beescom.fr/TestComment/public/_profiler/open?file=src%2FController%2FHomeController.php&line=40","method":"GET"} [] [2023-07-15 06:43:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-07-15 06:43:04] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://production.beescom.fr/TestComment/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=158","method":"GET"} [] [2023-07-15 06:43:06] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-07-15 06:43:06] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://production.beescom.fr/TestComment/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=80","method":"GET"} [] [2023-07-15 06:43:08] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-07-15 06:43:08] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://production.beescom.fr/TestComment/public/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FKernel.php&line=201","method":"GET"} [] [2023-07-15 06:43:10] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-07-15 06:43:10] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://production.beescom.fr/TestComment/public/_profiler/open?file=public%2Findex.php&line=25","method":"GET"} [] [2023-07-15 06:43:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-07-15 06:43:12] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://production.beescom.fr/TestComment/public/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Flib%2FDoctrine%2FDBAL%2FDriver%2FPDO%2FException.php&line=18","method":"GET"} [] [2023-07-15 06:43:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-07-15 06:43:14] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://production.beescom.fr/TestComment/public/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Flib%2FDoctrine%2FDBAL%2FDriver%2FPDOConnection.php&line=42","method":"GET"} [] [2023-07-15 06:43:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-07-15 06:43:16] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://production.beescom.fr/TestComment/public/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Flib%2FDoctrine%2FDBAL%2FDriver%2FPDOMySql%2FDriver.php&line=24","method":"GET"} [] [2023-07-15 06:43:18] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-07-15 06:43:18] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://production.beescom.fr/TestComment/public/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Flib%2FDoctrine%2FDBAL%2FDriver%2FPDOConnection.php&line=38","method":"GET"} [] [2023-07-15 16:10:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-07-15 16:10:52] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-07-15 16:10:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-07-15 16:10:54] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-07-15 16:10:54] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.172' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.172' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.172' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.172' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-07-15 16:10:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-08-08 06:47:58] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-08-08 06:47:58] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-08-08 06:47:59] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-08-08 06:48:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-08-08 06:48:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.106' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.106' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.106' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.106' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-08-08 06:48:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-12 21:43:00] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-09-12 21:43:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-09-12 21:43:01] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-09-12 21:43:02] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-09-12 21:43:02] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.50' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.50' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.50' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.50' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-09-12 21:43:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-12 21:43:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-09-12 21:43:03] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-09-12 21:43:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-09-12 21:43:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-09-12 21:43:03] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.50' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.50' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.50' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.50' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-09-12 21:43:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-12 21:43:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-09-12 21:43:03] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-09-12 21:43:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-09-12 21:43:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-09-12 21:43:03] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.50' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.50' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.50' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.50' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-09-12 21:43:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-12 21:43:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-09-12 21:43:04] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-09-12 21:43:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-09-12 21:43:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-09-12 21:43:04] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.50' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.50' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.50' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.50' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-09-12 21:43:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-12 21:46:19] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-09-12 21:46:19] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-09-12 21:46:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-09-12 21:46:20] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-09-12 21:46:20] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.129' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.129' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.129' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.129' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-09-12 21:46:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-12 21:46:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-09-12 21:46:21] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-09-12 21:46:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-09-12 21:46:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-09-12 21:46:21] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.129' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.129' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.129' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.129' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-09-12 21:46:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-12 21:46:21] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-09-12 21:46:21] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-09-12 21:46:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-09-12 21:46:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-09-12 21:46:22] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.129' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.129' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.129' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.129' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-09-12 21:46:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-12 21:46:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-09-12 21:46:22] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-09-12 21:46:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-09-12 21:46:22] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-09-12 21:46:22] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.129' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.129' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.129' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.129' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-09-12 21:46:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-28 17:59:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-09-28 17:59:14] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-09-28 17:59:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-09-28 17:59:16] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-09-28 17:59:17] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.39' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.39' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.39' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.39' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-09-28 17:59:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-09-30 09:39:42] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-09-30 09:39:42] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-09-30 09:39:43] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-09-30 09:39:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-09-30 09:39:45] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.106' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.106' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.106' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.106' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-09-30 09:39:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-10-29 04:54:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-10-29 04:54:30] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-10-29 04:54:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-10-29 04:54:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-10-29 04:54:32] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.155' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.155' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.155' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.155' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-10-29 04:54:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-11-26 21:29:44] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-11-26 21:29:44] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-11-26 21:29:45] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-11-26 21:29:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-11-26 21:29:46] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.178' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.178' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.178' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.178' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-11-26 21:29:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-04 01:31:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-12-04 01:31:51] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-12-04 01:31:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-12-04 01:31:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-12-04 01:31:53] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\ConnectionException: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.24' (using password: YES)" at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 112 {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.24' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112, Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.24' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'beescombdd2'@'10.14.20.24' (using password: YES) at /home/beescom/production/TestComment/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38)"} [] [2023-12-04 01:31:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2023-12-14 09:33:03] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2023-12-14 09:33:03] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2023-12-14 09:33:04] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2023-12-14 09:33:05] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2023-12-14 09:33:05] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2023-12-14 09:33:05] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2023-12-14 09:33:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-01-26 17:20:12] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2024-01-26 17:20:12] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2024-01-26 17:20:14] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2024-01-26 17:20:15] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2024-01-26 17:20:15] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2024-01-26 17:20:15] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2024-01-26 17:20:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-02-06 07:21:30] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2024-02-06 07:21:30] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2024-02-06 07:21:31] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2024-02-06 07:21:32] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2024-02-06 07:21:33] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2024-02-06 07:21:33] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2024-02-06 07:21:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-02-24 11:37:46] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2024-02-24 11:37:46] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2024-02-24 11:37:47] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2024-02-24 11:37:48] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2024-02-24 11:37:48] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2024-02-24 11:37:48] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2024-02-24 11:37:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2024-04-25 10:49:51] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":1})"} [] [2024-04-25 10:49:51] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://production.beescom.fr/TestComment/public/","method":"GET"} [] [2024-04-25 10:49:52] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":101})"} [] [2024-04-25 10:49:53] php.DEBUG: Warning: Zend OPcache API is restricted by "restrict_api" configuration directive {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext: {\"severity\":2,\"file\":\"/home/beescom/production/TestComment/vendor/symfony/error-handler/DebugClassLoader.php\",\"line\":341,\"trace\":[{\"function\":\"loadClass\",\"class\":\"Symfony\\\\Component\\\\ErrorHandler\\\\DebugClassLoader\",\"type\":\"->\"}],\"count\":201})"} [] [2024-04-25 10:49:53] doctrine.DEBUG: SELECT c0_.id AS id_0, c0_.comment AS comment_1, p1_.id AS id_2, p1_.name AS name_3, c0_.pages_id AS pages_id_4 FROM comment_page c0_ INNER JOIN page p1_ ON c0_.pages_id = p1_.id WHERE p1_.name = ? ORDER BY c0_.id ASC ["Accueil"] [] [2024-04-25 10:49:53] doctrine.DEBUG: SELECT p0_.id AS id_0, p0_.name AS name_1 FROM page p0_ [] [] [2024-04-25 10:49:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] []