[2019-09-10 21:49:56] console.ERROR: Error thrown while running command "doctrine:database:create". Message: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'db_user'@'localhost' (using password: YES)" {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 0): An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'db_user'@'localhost' (using password: YES) at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:93, Doctrine\\DBAL\\Driver\\PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'db_user'@'localhost' (using password: YES) at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:31, PDOException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'db_user'@'localhost' (using password: YES) at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:27)","command":"doctrine:database:create","message":"An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'db_user'@'localhost' (using password: YES)"} [] [2019-09-10 21:49:56] console.DEBUG: Command "doctrine:database:create" exited with code "1" {"command":"doctrine:database:create","code":1} [] [2019-09-10 21:50:05] console.DEBUG: Command "doctrine:database:create" exited with code "1" {"command":"doctrine:database:create","code":1} [] [2019-09-10 21:50:16] console.DEBUG: Command "doctrine:database:create" exited with code "1" {"command":"doctrine:database:create","code":1} [] [2019-09-10 21:50:26] console.DEBUG: Command "doctrine:database:create" exited with code "1" {"command":"doctrine:database:create","code":1} [] [2019-09-10 21:51:55] console.DEBUG: Command "doctrine:database:create" exited with code "1" {"command":"doctrine:database:create","code":1} [] [2019-09-10 21:53:00] console.ERROR: Error thrown while running command "doctrine:database:create". Message: "Connection does not contain a 'path' or 'dbname' parameter and cannot be created." {"exception":"[object] (InvalidArgumentException(code: 0): Connection does not contain a 'path' or 'dbname' parameter and cannot be created. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\doctrine-bundle\\Command\\CreateDatabaseDoctrineCommand.php:82)","command":"doctrine:database:create","message":"Connection does not contain a 'path' or 'dbname' parameter and cannot be created."} [] [2019-09-10 21:53:00] console.DEBUG: Command "doctrine:database:create" exited with code "1" {"command":"doctrine:database:create","code":1} [] [2019-09-10 22:11:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2019-09-10 22:11:07] doctrine.DEBUG: CREATE TABLE migration_versions (version VARCHAR(14) NOT NULL, executed_at DATETIME NOT NULL COMMENT '(DC2Type:datetime_immutable)', PRIMARY KEY(version)) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci ENGINE = InnoDB [] [] [2019-09-10 22:11:07] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2019-09-10 22:11:07] 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 = 'symfobot' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2019-09-10 22:11:07] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'symfobot' /*!50116 AND c.constraint_schema = 'symfobot' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2019-09-10 22:11:07] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'symfobot' ORDER BY SEQ_IN_INDEX ASC [] [] [2019-09-10 22:11:07] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] [] [2019-09-10 22:11:22] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2019-09-10 22:11:22] 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 = 'symfobot' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2019-09-10 22:11:22] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'symfobot' /*!50116 AND c.constraint_schema = 'symfobot' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2019-09-10 22:11:22] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'symfobot' ORDER BY SEQ_IN_INDEX ASC [] [] [2019-09-10 22:11:22] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] [] [2019-09-10 22:11:22] doctrine.DEBUG: SELECT version FROM migration_versions [] [] [2019-09-10 22:11:29] doctrine.DEBUG: SELECT version FROM migration_versions WHERE version IN ('20190910201107') ORDER BY version DESC LIMIT 1 [] [] [2019-09-10 22:11:30] doctrine.DEBUG: SELECT version FROM migration_versions [] [] [2019-09-10 22:11:30] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-10 22:11:30] doctrine.DEBUG: CREATE TABLE question (id INT AUTO_INCREMENT NOT NULL, reponse_id INT DEFAULT NULL, quest VARCHAR(255) NOT NULL, INDEX IDX_B6F7494ECF18BB82 (reponse_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci ENGINE = InnoDB [] [] [2019-09-10 22:11:30] doctrine.DEBUG: CREATE TABLE reponse (id INT AUTO_INCREMENT NOT NULL, repons VARCHAR(255) NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci ENGINE = InnoDB [] [] [2019-09-10 22:11:30] doctrine.DEBUG: ALTER TABLE question ADD CONSTRAINT FK_B6F7494ECF18BB82 FOREIGN KEY (reponse_id) REFERENCES reponse (id) [] [] [2019-09-10 22:11:30] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20190910201107","2019-09-10 20:11:30"] [] [2019-09-10 22:11:30] doctrine.DEBUG: "COMMIT" [] [] [2019-09-10 22:15:18] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at F:\xampp\htdocs\symfobot\vendor\symfony\http-kernel\EventListener\RouterListener.php line 138 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:138, Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2019-09-10 22:15:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"96525e"},"request_uri":"http://127.0.0.1:8000/_wdt/96525e","method":"GET"} [] [2019-09-10 22:15:48] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at F:\xampp\htdocs\symfobot\vendor\symfony\http-kernel\EventListener\RouterListener.php line 138 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:138, Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2019-09-10 22:15:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"135cc7"},"request_uri":"http://127.0.0.1:8000/_wdt/135cc7","method":"GET"} [] [2019-09-10 22:15:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at F:\xampp\htdocs\symfobot\vendor\symfony\http-kernel\EventListener\RouterListener.php line 138 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:138, Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2019-09-10 22:15:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"081ca2"},"request_uri":"http://127.0.0.1:8000/_wdt/081ca2","method":"GET"} [] [2019-09-10 22:17:27] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at F:\xampp\htdocs\symfobot\vendor\symfony\http-kernel\EventListener\RouterListener.php line 138 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:138, Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2019-09-10 22:17:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"10a84b"},"request_uri":"http://127.0.0.1:8000/_wdt/10a84b","method":"GET"} [] [2019-09-10 22:18:16] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at F:\xampp\htdocs\symfobot\vendor\symfony\http-kernel\EventListener\RouterListener.php line 138 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:138, Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2019-09-10 22:18:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2f5893"},"request_uri":"http://127.0.0.1:8000/_wdt/2f5893","method":"GET"} [] [2019-09-10 22:20:14] console.ERROR: Error thrown while running command ""generate:doctrine:crud"". Message: "Command "generate:doctrine:crud" is not defined. You may be looking for a command provided by the "SensioGeneratorBundle" which is currently not installed. Try running "composer require sensio/generator-bundle"." {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"generate:doctrine:crud\" is not defined.\n\nYou may be looking for a command provided by the \"SensioGeneratorBundle\" which is currently not installed. Try running \"composer require sensio/generator-bundle\". at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\framework-bundle\\EventListener\\SuggestMissingPackageSubscriber.php:74)","command":"\"generate:doctrine:crud\"","message":"Command \"generate:doctrine:crud\" is not defined.\n\nYou may be looking for a command provided by the \"SensioGeneratorBundle\" which is currently not installed. Try running \"composer require sensio/generator-bundle\"."} [] [2019-09-10 22:21:07] console.ERROR: Error thrown while running command ""generate:doctrine:crud" "Question:Post"". Message: "Command "generate:doctrine:crud" is not defined. You may be looking for a command provided by the "SensioGeneratorBundle" which is currently not installed. Try running "composer require sensio/generator-bundle"." {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"generate:doctrine:crud\" is not defined.\n\nYou may be looking for a command provided by the \"SensioGeneratorBundle\" which is currently not installed. Try running \"composer require sensio/generator-bundle\". at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\framework-bundle\\EventListener\\SuggestMissingPackageSubscriber.php:74)","command":"\"generate:doctrine:crud\" \"Question:Post\"","message":"Command \"generate:doctrine:crud\" is not defined.\n\nYou may be looking for a command provided by the \"SensioGeneratorBundle\" which is currently not installed. Try running \"composer require sensio/generator-bundle\"."} [] [2019-09-10 22:22:37] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at F:\xampp\htdocs\symfobot\vendor\symfony\http-kernel\EventListener\RouterListener.php line 138 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:138, Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2019-09-10 22:22:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8c1afe"},"request_uri":"http://127.0.0.1:8000/_wdt/8c1afe","method":"GET"} [] [2019-09-10 22:22:51] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /question_index"" at F:\xampp\htdocs\symfobot\vendor\symfony\http-kernel\EventListener\RouterListener.php line 138 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /question_index\" at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:138, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/question_index/\". at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2019-09-10 22:22:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"572620"},"request_uri":"http://127.0.0.1:8000/_wdt/572620","method":"GET"} [] [2019-09-10 22:23:08] request.INFO: Matched route "question_show". {"route":"question_show","route_parameters":{"_route":"question_show","_controller":"App\\Controller\\QuestionController::show","id":"index.html.twig"},"request_uri":"http://127.0.0.1:8000/question/index.html.twig","method":"GET"} [] [2019-09-10 22:23:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-10 22:23:08] doctrine.DEBUG: SELECT t0.id AS id_1, t0.quest AS quest_2, t0.reponse_id AS reponse_id_3 FROM question t0 WHERE t0.id = ? ["index.html.twig"] [] [2019-09-10 22:23:08] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "App\Entity\Question object not found by the @ParamConverter annotation." at F:\xampp\htdocs\symfobot\vendor\sensio\framework-extra-bundle\Request\ParamConverter\DoctrineParamConverter.php line 107 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): App\\Entity\\Question object not found by the @ParamConverter annotation. at F:\\xampp\\htdocs\\symfobot\\vendor\\sensio\\framework-extra-bundle\\Request\\ParamConverter\\DoctrineParamConverter.php:107)"} [] [2019-09-10 22:23:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6a5caf"},"request_uri":"http://127.0.0.1:8000/_wdt/6a5caf","method":"GET"} [] [2019-09-10 22:23:15] request.INFO: Matched route "question_index". {"route":"question_index","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/question/","permanent":true,"scheme":null,"httpPort":8000,"httpsPort":443,"_route":"question_index"},"request_uri":"http://127.0.0.1:8000/question","method":"GET"} [] [2019-09-10 22:23:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-10 22:23:15] request.INFO: Matched route "question_index". {"route":"question_index","route_parameters":{"_route":"question_index","_controller":"App\\Controller\\QuestionController::index"},"request_uri":"http://127.0.0.1:8000/question/","method":"GET"} [] [2019-09-10 22:23:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-10 22:23:15] doctrine.DEBUG: SELECT t0.id AS id_1, t0.quest AS quest_2, t0.reponse_id AS reponse_id_3 FROM question t0 [] [] [2019-09-10 22:23:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0b34df"},"request_uri":"http://127.0.0.1:8000/_wdt/0b34df","method":"GET"} [] [2019-09-10 22:23:25] request.INFO: Matched route "question_new". {"route":"question_new","route_parameters":{"_route":"question_new","_controller":"App\\Controller\\QuestionController::new"},"request_uri":"http://127.0.0.1:8000/question/new","method":"GET"} [] [2019-09-10 22:23:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-10 22:23:25] request.CRITICAL: Uncaught PHP Exception Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException: "Neither the property "reponse" nor one of the methods "getReponse()", "reponse()", "isReponse()", "hasReponse()", "__get()" exist and have public access in class "App\Entity\Question"." at F:\xampp\htdocs\symfobot\vendor\symfony\property-access\PropertyAccessor.php line 419 {"exception":"[object] (Symfony\\Component\\PropertyAccess\\Exception\\NoSuchPropertyException(code: 0): Neither the property \"reponse\" nor one of the methods \"getReponse()\", \"reponse()\", \"isReponse()\", \"hasReponse()\", \"__get()\" exist and have public access in class \"App\\Entity\\Question\". at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\property-access\\PropertyAccessor.php:419)"} [] [2019-09-10 22:23:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a0c54e"},"request_uri":"http://127.0.0.1:8000/_wdt/a0c54e","method":"GET"} [] [2019-09-10 22:26:59] request.INFO: Matched route "question_new". {"route":"question_new","route_parameters":{"_route":"question_new","_controller":"App\\Controller\\QuestionController::new"},"request_uri":"http://127.0.0.1:8000/question/new","method":"GET"} [] [2019-09-10 22:26:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-10 22:26:59] request.CRITICAL: Uncaught PHP Exception Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException: "Neither the property "reponse" nor one of the methods "getReponse()", "reponse()", "isReponse()", "hasReponse()", "__get()" exist and have public access in class "App\Entity\Question"." at F:\xampp\htdocs\symfobot\vendor\symfony\property-access\PropertyAccessor.php line 419 {"exception":"[object] (Symfony\\Component\\PropertyAccess\\Exception\\NoSuchPropertyException(code: 0): Neither the property \"reponse\" nor one of the methods \"getReponse()\", \"reponse()\", \"isReponse()\", \"hasReponse()\", \"__get()\" exist and have public access in class \"App\\Entity\\Question\". at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\property-access\\PropertyAccessor.php:419)"} [] [2019-09-10 22:26:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"036f08"},"request_uri":"http://127.0.0.1:8000/_wdt/036f08","method":"GET"} [] [2019-09-10 22:27:03] request.INFO: Matched route "question_index". {"route":"question_index","route_parameters":{"_route":"question_index","_controller":"App\\Controller\\QuestionController::index"},"request_uri":"http://127.0.0.1:8000/question/","method":"GET"} [] [2019-09-10 22:27:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-10 22:27:03] doctrine.DEBUG: SELECT t0.id AS id_1, t0.quest AS quest_2, t0.reponse_id AS reponse_id_3 FROM question t0 [] [] [2019-09-10 22:27:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fcf6ab"},"request_uri":"http://127.0.0.1:8000/_wdt/fcf6ab","method":"GET"} [] [2019-09-10 22:27:05] request.INFO: Matched route "question_new". {"route":"question_new","route_parameters":{"_route":"question_new","_controller":"App\\Controller\\QuestionController::new"},"request_uri":"http://127.0.0.1:8000/question/new","method":"GET"} [] [2019-09-10 22:27:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-10 22:27:05] request.CRITICAL: Uncaught PHP Exception Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException: "Neither the property "reponse" nor one of the methods "getReponse()", "reponse()", "isReponse()", "hasReponse()", "__get()" exist and have public access in class "App\Entity\Question"." at F:\xampp\htdocs\symfobot\vendor\symfony\property-access\PropertyAccessor.php line 419 {"exception":"[object] (Symfony\\Component\\PropertyAccess\\Exception\\NoSuchPropertyException(code: 0): Neither the property \"reponse\" nor one of the methods \"getReponse()\", \"reponse()\", \"isReponse()\", \"hasReponse()\", \"__get()\" exist and have public access in class \"App\\Entity\\Question\". at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\property-access\\PropertyAccessor.php:419)"} [] [2019-09-10 22:27:05] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2216ad"},"request_uri":"http://127.0.0.1:8000/_wdt/2216ad","method":"GET"} [] [2019-09-10 22:28:07] request.INFO: Matched route "question_show". {"route":"question_show","route_parameters":{"_route":"question_show","_controller":"App\\Controller\\QuestionController::show","id":"question_edit"},"request_uri":"http://127.0.0.1:8000/question/question_edit","method":"GET"} [] [2019-09-10 22:28:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-10 22:28:07] doctrine.DEBUG: SELECT t0.id AS id_1, t0.quest AS quest_2, t0.reponse_id AS reponse_id_3 FROM question t0 WHERE t0.id = ? ["question_edit"] [] [2019-09-10 22:28:07] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "App\Entity\Question object not found by the @ParamConverter annotation." at F:\xampp\htdocs\symfobot\vendor\sensio\framework-extra-bundle\Request\ParamConverter\DoctrineParamConverter.php line 107 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): App\\Entity\\Question object not found by the @ParamConverter annotation. at F:\\xampp\\htdocs\\symfobot\\vendor\\sensio\\framework-extra-bundle\\Request\\ParamConverter\\DoctrineParamConverter.php:107)"} [] [2019-09-10 22:28:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"631655"},"request_uri":"http://127.0.0.1:8000/_wdt/631655","method":"GET"} [] [2019-09-10 22:28:23] request.INFO: Matched route "question_show". {"route":"question_show","route_parameters":{"_route":"question_show","_controller":"App\\Controller\\QuestionController::show","id":"edit.html.twig"},"request_uri":"http://127.0.0.1:8000/question/edit.html.twig","method":"GET"} [] [2019-09-10 22:28:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-10 22:28:23] doctrine.DEBUG: SELECT t0.id AS id_1, t0.quest AS quest_2, t0.reponse_id AS reponse_id_3 FROM question t0 WHERE t0.id = ? ["edit.html.twig"] [] [2019-09-10 22:28:23] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "App\Entity\Question object not found by the @ParamConverter annotation." at F:\xampp\htdocs\symfobot\vendor\sensio\framework-extra-bundle\Request\ParamConverter\DoctrineParamConverter.php line 107 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): App\\Entity\\Question object not found by the @ParamConverter annotation. at F:\\xampp\\htdocs\\symfobot\\vendor\\sensio\\framework-extra-bundle\\Request\\ParamConverter\\DoctrineParamConverter.php:107)"} [] [2019-09-10 22:28:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f3d38c"},"request_uri":"http://127.0.0.1:8000/_wdt/f3d38c","method":"GET"} [] [2019-09-10 22:29:20] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Config\Exception\LoaderLoadException: "[Semantical Error] Annotation @ORM\ManyToOne is not allowed to be declared on method App\Entity\Question::__toString(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from "F:\xampp\htdocs\symfobot\config/routes/api_platform.yaml"). Make sure there is a loader supporting the "api_platform" type." at F:\xampp\htdocs\symfobot\vendor\symfony\config\Loader\FileLoader.php line 166 {"exception":"[object] (Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::__toString(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::__toString(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54)"} [] [2019-09-10 22:29:20] request.CRITICAL: Exception thrown when handling an exception (Twig\Error\RuntimeError: An exception has been thrown during the rendering of a template ("[Semantical Error] Annotation @ORM\ManyToOne is not allowed to be declared on method App\Entity\Question::__toString(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from "F:\xampp\htdocs\symfobot\config/routes/api_platform.yaml"). Make sure there is a loader supporting the "api_platform" type."). at F:\xampp\htdocs\symfobot\vendor\symfony\twig-bundle\Resources\views\Exception\trace.html.twig line 13) {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"[Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::__toString(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type.\"). at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\twig-bundle\\Resources\\views\\Exception\\trace.html.twig:13, Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::__toString(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::__toString(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54)"} [] [2019-09-10 22:29:20] php.CRITICAL: Uncaught Exception: An exception has been thrown during the rendering of a template ("[Semantical Error] Annotation @ORM\ManyToOne is not allowed to be declared on method App\Entity\Question::__toString(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from "F:\xampp\htdocs\symfobot\config/routes/api_platform.yaml"). Make sure there is a loader supporting the "api_platform" type."). {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"[Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::__toString(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type.\"). at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\twig-bundle\\Resources\\views\\Exception\\trace.html.twig:13, Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::__toString(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::__toString(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54, Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::__toString(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::__toString(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54)"} [] [2019-09-10 22:29:24] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("[Semantical Error] Annotation @ORM\ManyToOne is not allowed to be declared on method App\Entity\Question::__toString(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from "F:\xampp\htdocs\symfobot\config/routes/api_platform.yaml"). Make sure there is a loader supporting the "api_platform" type.")." at F:\xampp\htdocs\symfobot\vendor\symfony\twig-bundle\Resources\views\Exception\trace.html.twig line 13 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"[Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::__toString(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type.\"). at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\twig-bundle\\Resources\\views\\Exception\\trace.html.twig:13, Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::__toString(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::__toString(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54, Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::__toString(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::__toString(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54)"} [] [2019-09-10 22:29:25] request.CRITICAL: Exception thrown when handling an exception (Twig\Error\RuntimeError: An exception has been thrown during the rendering of a template ("[Semantical Error] Annotation @ORM\ManyToOne is not allowed to be declared on method App\Entity\Question::__toString(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from "F:\xampp\htdocs\symfobot\config/routes/api_platform.yaml"). Make sure there is a loader supporting the "api_platform" type."). at F:\xampp\htdocs\symfobot\vendor\symfony\twig-bundle\Resources\views\Exception\trace.html.twig line 13) {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"[Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::__toString(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type.\"). at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\twig-bundle\\Resources\\views\\Exception\\trace.html.twig:13, Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::__toString(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::__toString(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54)"} [] [2019-09-10 22:29:54] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Config\Exception\LoaderLoadException: "[Semantical Error] Annotation @ORM\ManyToOne is not allowed to be declared on method App\Entity\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from "F:\xampp\htdocs\symfobot\config/routes/api_platform.yaml"). Make sure there is a loader supporting the "api_platform" type." at F:\xampp\htdocs\symfobot\vendor\symfony\config\Loader\FileLoader.php line 166 {"exception":"[object] (Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54)"} [] [2019-09-10 22:29:54] request.CRITICAL: Exception thrown when handling an exception (Twig\Error\RuntimeError: An exception has been thrown during the rendering of a template ("[Semantical Error] Annotation @ORM\ManyToOne is not allowed to be declared on method App\Entity\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from "F:\xampp\htdocs\symfobot\config/routes/api_platform.yaml"). Make sure there is a loader supporting the "api_platform" type."). at F:\xampp\htdocs\symfobot\vendor\symfony\twig-bundle\Resources\views\Exception\trace.html.twig line 13) {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"[Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type.\"). at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\twig-bundle\\Resources\\views\\Exception\\trace.html.twig:13, Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54)"} [] [2019-09-10 22:29:54] php.CRITICAL: Uncaught Exception: An exception has been thrown during the rendering of a template ("[Semantical Error] Annotation @ORM\ManyToOne is not allowed to be declared on method App\Entity\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from "F:\xampp\htdocs\symfobot\config/routes/api_platform.yaml"). Make sure there is a loader supporting the "api_platform" type."). {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"[Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type.\"). at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\twig-bundle\\Resources\\views\\Exception\\trace.html.twig:13, Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54, Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54)"} [] [2019-09-10 22:29:58] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("[Semantical Error] Annotation @ORM\ManyToOne is not allowed to be declared on method App\Entity\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from "F:\xampp\htdocs\symfobot\config/routes/api_platform.yaml"). Make sure there is a loader supporting the "api_platform" type.")." at F:\xampp\htdocs\symfobot\vendor\symfony\twig-bundle\Resources\views\Exception\trace.html.twig line 13 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"[Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type.\"). at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\twig-bundle\\Resources\\views\\Exception\\trace.html.twig:13, Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54, Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54)"} [] [2019-09-10 22:29:58] request.CRITICAL: Exception thrown when handling an exception (Twig\Error\RuntimeError: An exception has been thrown during the rendering of a template ("[Semantical Error] Annotation @ORM\ManyToOne is not allowed to be declared on method App\Entity\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from "F:\xampp\htdocs\symfobot\config/routes/api_platform.yaml"). Make sure there is a loader supporting the "api_platform" type."). at F:\xampp\htdocs\symfobot\vendor\symfony\twig-bundle\Resources\views\Exception\trace.html.twig line 13) {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"[Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type.\"). at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\twig-bundle\\Resources\\views\\Exception\\trace.html.twig:13, Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54)"} [] [2019-09-10 22:30:02] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Config\Exception\LoaderLoadException: "[Semantical Error] Annotation @ORM\ManyToOne is not allowed to be declared on method App\Entity\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from "F:\xampp\htdocs\symfobot\config/routes/api_platform.yaml"). Make sure there is a loader supporting the "api_platform" type." at F:\xampp\htdocs\symfobot\vendor\symfony\config\Loader\FileLoader.php line 166 {"exception":"[object] (Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54)"} [] [2019-09-10 22:30:02] request.CRITICAL: Exception thrown when handling an exception (Twig\Error\RuntimeError: An exception has been thrown during the rendering of a template ("[Semantical Error] Annotation @ORM\ManyToOne is not allowed to be declared on method App\Entity\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from "F:\xampp\htdocs\symfobot\config/routes/api_platform.yaml"). Make sure there is a loader supporting the "api_platform" type."). at F:\xampp\htdocs\symfobot\vendor\symfony\twig-bundle\Resources\views\Exception\trace.html.twig line 13) {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"[Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type.\"). at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\twig-bundle\\Resources\\views\\Exception\\trace.html.twig:13, Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54)"} [] [2019-09-10 22:30:02] php.CRITICAL: Uncaught Exception: An exception has been thrown during the rendering of a template ("[Semantical Error] Annotation @ORM\ManyToOne is not allowed to be declared on method App\Entity\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from "F:\xampp\htdocs\symfobot\config/routes/api_platform.yaml"). Make sure there is a loader supporting the "api_platform" type."). {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"[Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type.\"). at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\twig-bundle\\Resources\\views\\Exception\\trace.html.twig:13, Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54, Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54)"} [] [2019-09-10 22:30:05] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("[Semantical Error] Annotation @ORM\ManyToOne is not allowed to be declared on method App\Entity\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from "F:\xampp\htdocs\symfobot\config/routes/api_platform.yaml"). Make sure there is a loader supporting the "api_platform" type.")." at F:\xampp\htdocs\symfobot\vendor\symfony\twig-bundle\Resources\views\Exception\trace.html.twig line 13 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"[Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type.\"). at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\twig-bundle\\Resources\\views\\Exception\\trace.html.twig:13, Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54, Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54)"} [] [2019-09-10 22:30:05] request.CRITICAL: Exception thrown when handling an exception (Twig\Error\RuntimeError: An exception has been thrown during the rendering of a template ("[Semantical Error] Annotation @ORM\ManyToOne is not allowed to be declared on method App\Entity\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from "F:\xampp\htdocs\symfobot\config/routes/api_platform.yaml"). Make sure there is a loader supporting the "api_platform" type."). at F:\xampp\htdocs\symfobot\vendor\symfony\twig-bundle\Resources\views\Exception\trace.html.twig line 13) {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"[Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type.\"). at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\twig-bundle\\Resources\\views\\Exception\\trace.html.twig:13, Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54)"} [] [2019-09-10 22:30:06] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Config\Exception\LoaderLoadException: "[Semantical Error] Annotation @ORM\ManyToOne is not allowed to be declared on method App\Entity\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from "F:\xampp\htdocs\symfobot\config/routes/api_platform.yaml"). Make sure there is a loader supporting the "api_platform" type." at F:\xampp\htdocs\symfobot\vendor\symfony\config\Loader\FileLoader.php line 166 {"exception":"[object] (Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54)"} [] [2019-09-10 22:30:06] request.CRITICAL: Exception thrown when handling an exception (Twig\Error\RuntimeError: An exception has been thrown during the rendering of a template ("[Semantical Error] Annotation @ORM\ManyToOne is not allowed to be declared on method App\Entity\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from "F:\xampp\htdocs\symfobot\config/routes/api_platform.yaml"). Make sure there is a loader supporting the "api_platform" type."). at F:\xampp\htdocs\symfobot\vendor\symfony\twig-bundle\Resources\views\Exception\trace.html.twig line 13) {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"[Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type.\"). at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\twig-bundle\\Resources\\views\\Exception\\trace.html.twig:13, Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54)"} [] [2019-09-10 22:30:06] php.CRITICAL: Uncaught Exception: An exception has been thrown during the rendering of a template ("[Semantical Error] Annotation @ORM\ManyToOne is not allowed to be declared on method App\Entity\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from "F:\xampp\htdocs\symfobot\config/routes/api_platform.yaml"). Make sure there is a loader supporting the "api_platform" type."). {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"[Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type.\"). at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\twig-bundle\\Resources\\views\\Exception\\trace.html.twig:13, Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54, Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54)"} [] [2019-09-10 22:30:10] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("[Semantical Error] Annotation @ORM\ManyToOne is not allowed to be declared on method App\Entity\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from "F:\xampp\htdocs\symfobot\config/routes/api_platform.yaml"). Make sure there is a loader supporting the "api_platform" type.")." at F:\xampp\htdocs\symfobot\vendor\symfony\twig-bundle\Resources\views\Exception\trace.html.twig line 13 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"[Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type.\"). at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\twig-bundle\\Resources\\views\\Exception\\trace.html.twig:13, Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54, Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54)"} [] [2019-09-10 22:30:10] request.CRITICAL: Exception thrown when handling an exception (Twig\Error\RuntimeError: An exception has been thrown during the rendering of a template ("[Semantical Error] Annotation @ORM\ManyToOne is not allowed to be declared on method App\Entity\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from "F:\xampp\htdocs\symfobot\config/routes/api_platform.yaml"). Make sure there is a loader supporting the "api_platform" type."). at F:\xampp\htdocs\symfobot\vendor\symfony\twig-bundle\Resources\views\Exception\trace.html.twig line 13) {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"[Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type.\"). at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\twig-bundle\\Resources\\views\\Exception\\trace.html.twig:13, Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54)"} [] [2019-09-10 22:30:33] request.INFO: Matched route "question_show". {"route":"question_show","route_parameters":{"_route":"question_show","_controller":"App\\Controller\\QuestionController::show","id":"question_edit"},"request_uri":"http://127.0.0.1:8000/question/question_edit","method":"GET"} [] [2019-09-10 22:30:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-10 22:30:33] doctrine.DEBUG: SELECT t0.id AS id_1, t0.quest AS quest_2, t0.reponse_id AS reponse_id_3 FROM question t0 WHERE t0.id = ? ["question_edit"] [] [2019-09-10 22:30:33] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "App\Entity\Question object not found by the @ParamConverter annotation." at F:\xampp\htdocs\symfobot\vendor\sensio\framework-extra-bundle\Request\ParamConverter\DoctrineParamConverter.php line 107 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): App\\Entity\\Question object not found by the @ParamConverter annotation. at F:\\xampp\\htdocs\\symfobot\\vendor\\sensio\\framework-extra-bundle\\Request\\ParamConverter\\DoctrineParamConverter.php:107)"} [] [2019-09-10 22:30:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"319c6a"},"request_uri":"http://127.0.0.1:8000/_wdt/319c6a","method":"GET"} [] [2019-09-10 22:31:09] request.INFO: Matched route "question_show". {"route":"question_show","route_parameters":{"_route":"question_show","_controller":"App\\Controller\\QuestionController::show","id":"question_edit"},"request_uri":"http://127.0.0.1:8000/question/question_edit","method":"GET"} [] [2019-09-10 22:31:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-10 22:31:09] doctrine.DEBUG: SELECT t0.id AS id_1, t0.quest AS quest_2, t0.reponse_id AS reponse_id_3 FROM question t0 WHERE t0.id = ? ["question_edit"] [] [2019-09-10 22:31:09] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "App\Entity\Question object not found by the @ParamConverter annotation." at F:\xampp\htdocs\symfobot\vendor\sensio\framework-extra-bundle\Request\ParamConverter\DoctrineParamConverter.php line 107 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): App\\Entity\\Question object not found by the @ParamConverter annotation. at F:\\xampp\\htdocs\\symfobot\\vendor\\sensio\\framework-extra-bundle\\Request\\ParamConverter\\DoctrineParamConverter.php:107)"} [] [2019-09-10 22:31:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"77da4f"},"request_uri":"http://127.0.0.1:8000/_wdt/77da4f","method":"GET"} [] [2019-09-10 22:31:17] request.INFO: Matched route "question_show". {"route":"question_show","route_parameters":{"_route":"question_show","_controller":"App\\Controller\\QuestionController::show","id":"question_edit"},"request_uri":"http://127.0.0.1:8000/question/question_edit","method":"GET"} [] [2019-09-10 22:31:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-10 22:31:17] doctrine.DEBUG: SELECT t0.id AS id_1, t0.quest AS quest_2, t0.reponse_id AS reponse_id_3 FROM question t0 WHERE t0.id = ? ["question_edit"] [] [2019-09-10 22:31:17] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "App\Entity\Question object not found by the @ParamConverter annotation." at F:\xampp\htdocs\symfobot\vendor\sensio\framework-extra-bundle\Request\ParamConverter\DoctrineParamConverter.php line 107 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): App\\Entity\\Question object not found by the @ParamConverter annotation. at F:\\xampp\\htdocs\\symfobot\\vendor\\sensio\\framework-extra-bundle\\Request\\ParamConverter\\DoctrineParamConverter.php:107)"} [] [2019-09-10 22:31:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a3bb22"},"request_uri":"http://127.0.0.1:8000/_wdt/a3bb22","method":"GET"} [] [2019-09-10 22:31:58] request.INFO: Matched route "question_show". {"route":"question_show","route_parameters":{"_route":"question_show","_controller":"App\\Controller\\QuestionController::show","id":"question_edit"},"request_uri":"http://127.0.0.1:8000/question/question_edit","method":"GET"} [] [2019-09-10 22:31:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-10 22:31:58] doctrine.DEBUG: SELECT t0.id AS id_1, t0.quest AS quest_2, t0.reponse_id AS reponse_id_3 FROM question t0 WHERE t0.id = ? ["question_edit"] [] [2019-09-10 22:31:58] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "App\Entity\Question object not found by the @ParamConverter annotation." at F:\xampp\htdocs\symfobot\vendor\sensio\framework-extra-bundle\Request\ParamConverter\DoctrineParamConverter.php line 107 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): App\\Entity\\Question object not found by the @ParamConverter annotation. at F:\\xampp\\htdocs\\symfobot\\vendor\\sensio\\framework-extra-bundle\\Request\\ParamConverter\\DoctrineParamConverter.php:107)"} [] [2019-09-10 22:31:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2b4a39"},"request_uri":"http://127.0.0.1:8000/_wdt/2b4a39","method":"GET"} [] [2019-09-10 22:32:19] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at F:\xampp\htdocs\symfobot\vendor\symfony\http-kernel\EventListener\RouterListener.php line 138 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:138, Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2019-09-10 22:32:20] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at F:\xampp\htdocs\symfobot\vendor\symfony\http-kernel\EventListener\RouterListener.php line 138 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:138, Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2019-09-10 22:32:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d62a9f"},"request_uri":"http://127.0.0.1:8000/_wdt/d62a9f","method":"GET"} [] [2019-09-10 22:32:26] request.INFO: Matched route "question_show". {"route":"question_show","route_parameters":{"_route":"question_show","_controller":"App\\Controller\\QuestionController::show","id":"index.html.twig"},"request_uri":"http://127.0.0.1:8000/question/index.html.twig","method":"GET"} [] [2019-09-10 22:32:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-10 22:32:26] doctrine.DEBUG: SELECT t0.id AS id_1, t0.quest AS quest_2, t0.reponse_id AS reponse_id_3 FROM question t0 WHERE t0.id = ? ["index.html.twig"] [] [2019-09-10 22:32:26] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "App\Entity\Question object not found by the @ParamConverter annotation." at F:\xampp\htdocs\symfobot\vendor\sensio\framework-extra-bundle\Request\ParamConverter\DoctrineParamConverter.php line 107 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): App\\Entity\\Question object not found by the @ParamConverter annotation. at F:\\xampp\\htdocs\\symfobot\\vendor\\sensio\\framework-extra-bundle\\Request\\ParamConverter\\DoctrineParamConverter.php:107)"} [] [2019-09-10 22:32:26] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2b9f69"},"request_uri":"http://127.0.0.1:8000/_wdt/2b9f69","method":"GET"} [] [2019-09-10 22:33:04] request.INFO: Matched route "question_show". {"route":"question_show","route_parameters":{"_route":"question_show","_controller":"App\\Controller\\QuestionController::show","id":"index.html.twig"},"request_uri":"http://127.0.0.1:8000/question/index.html.twig","method":"GET"} [] [2019-09-10 22:33:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-10 22:33:04] doctrine.DEBUG: SELECT t0.id AS id_1, t0.quest AS quest_2, t0.reponse_id AS reponse_id_3 FROM question t0 WHERE t0.id = ? ["index.html.twig"] [] [2019-09-10 22:33:04] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "App\Entity\Question object not found by the @ParamConverter annotation." at F:\xampp\htdocs\symfobot\vendor\sensio\framework-extra-bundle\Request\ParamConverter\DoctrineParamConverter.php line 107 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): App\\Entity\\Question object not found by the @ParamConverter annotation. at F:\\xampp\\htdocs\\symfobot\\vendor\\sensio\\framework-extra-bundle\\Request\\ParamConverter\\DoctrineParamConverter.php:107)"} [] [2019-09-10 22:33:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3b099a"},"request_uri":"http://127.0.0.1:8000/_wdt/3b099a","method":"GET"} [] [2019-09-10 22:34:10] request.INFO: Matched route "question_show". {"route":"question_show","route_parameters":{"_route":"question_show","_controller":"App\\Controller\\QuestionController::show","id":"index.html.twig"},"request_uri":"http://127.0.0.1:8000/question/index.html.twig","method":"GET"} [] [2019-09-10 22:34:10] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-10 22:34:10] doctrine.DEBUG: SELECT t0.id AS id_1, t0.quest AS quest_2, t0.reponse_id AS reponse_id_3 FROM question t0 WHERE t0.id = ? ["index.html.twig"] [] [2019-09-10 22:34:10] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "App\Entity\Question object not found by the @ParamConverter annotation." at F:\xampp\htdocs\symfobot\vendor\sensio\framework-extra-bundle\Request\ParamConverter\DoctrineParamConverter.php line 107 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): App\\Entity\\Question object not found by the @ParamConverter annotation. at F:\\xampp\\htdocs\\symfobot\\vendor\\sensio\\framework-extra-bundle\\Request\\ParamConverter\\DoctrineParamConverter.php:107)"} [] [2019-09-10 22:34:10] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3070ec"},"request_uri":"http://127.0.0.1:8000/_wdt/3070ec","method":"GET"} [] [2019-09-11 12:43:06] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at F:\xampp\htdocs\symfobot\vendor\symfony\http-kernel\EventListener\RouterListener.php line 138 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:138, Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2019-09-11 12:43:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2da93d"},"request_uri":"http://127.0.0.1:8000/_wdt/2da93d","method":"GET"} [] [2019-09-11 12:52:00] request.INFO: Matched route "question". {"route":"question","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/question","permanent":true,"scheme":null,"httpPort":8000,"httpsPort":443,"_route":"question"},"request_uri":"http://127.0.0.1:8000/question/","method":"GET"} [] [2019-09-11 12:52:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 12:52:02] request.INFO: Matched route "question". {"route":"question","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/question","permanent":true,"scheme":null,"httpPort":8000,"httpsPort":443,"_route":"question"},"request_uri":"http://127.0.0.1:8000/question/","method":"GET"} [] [2019-09-11 12:52:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 12:52:02] request.INFO: Matched route "question". {"route":"question","route_parameters":{"_route":"question","_controller":"App\\Controller\\QuestionController::index"},"request_uri":"http://127.0.0.1:8000/question","method":"GET"} [] [2019-09-11 12:52:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 12:52:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"df98f5"},"request_uri":"http://127.0.0.1:8000/_wdt/df98f5","method":"GET"} [] [2019-09-11 13:00:30] request.INFO: Matched route "question". {"route":"question","route_parameters":{"_route":"question","_controller":"App\\Controller\\QuestionController::index"},"request_uri":"http://127.0.0.1:8000/question","method":"GET"} [] [2019-09-11 13:00:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:00:31] request.CRITICAL: Uncaught PHP Exception Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException: "Neither the property "reponse" nor one of the methods "getReponse()", "reponse()", "isReponse()", "hasReponse()", "__get()" exist and have public access in class "App\Entity\Question"." at F:\xampp\htdocs\symfobot\vendor\symfony\property-access\PropertyAccessor.php line 419 {"exception":"[object] (Symfony\\Component\\PropertyAccess\\Exception\\NoSuchPropertyException(code: 0): Neither the property \"reponse\" nor one of the methods \"getReponse()\", \"reponse()\", \"isReponse()\", \"hasReponse()\", \"__get()\" exist and have public access in class \"App\\Entity\\Question\". at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\property-access\\PropertyAccessor.php:419)"} [] [2019-09-11 13:00:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"195e1a"},"request_uri":"http://127.0.0.1:8000/_wdt/195e1a","method":"GET"} [] [2019-09-11 13:05:41] request.INFO: Matched route "question". {"route":"question","route_parameters":{"_route":"question","_controller":"App\\Controller\\QuestionController::index"},"request_uri":"http://127.0.0.1:8000/question","method":"GET"} [] [2019-09-11 13:05:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:05:41] request.CRITICAL: Uncaught PHP Exception Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException: "Neither the property "reponse" nor one of the methods "getReponse()", "reponse()", "isReponse()", "hasReponse()", "__get()" exist and have public access in class "App\Entity\Question"." at F:\xampp\htdocs\symfobot\vendor\symfony\property-access\PropertyAccessor.php line 419 {"exception":"[object] (Symfony\\Component\\PropertyAccess\\Exception\\NoSuchPropertyException(code: 0): Neither the property \"reponse\" nor one of the methods \"getReponse()\", \"reponse()\", \"isReponse()\", \"hasReponse()\", \"__get()\" exist and have public access in class \"App\\Entity\\Question\". at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\property-access\\PropertyAccessor.php:419)"} [] [2019-09-11 13:05:42] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"086c3b"},"request_uri":"http://127.0.0.1:8000/_wdt/086c3b","method":"GET"} [] [2019-09-11 13:06:48] request.INFO: Matched route "question". {"route":"question","route_parameters":{"_route":"question","_controller":"App\\Controller\\QuestionController::index"},"request_uri":"http://127.0.0.1:8000/question","method":"GET"} [] [2019-09-11 13:06:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:06:48] request.CRITICAL: Uncaught PHP Exception Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException: "Neither the property "reponse" nor one of the methods "getReponse()", "reponse()", "isReponse()", "hasReponse()", "__get()" exist and have public access in class "App\Entity\Question"." at F:\xampp\htdocs\symfobot\vendor\symfony\property-access\PropertyAccessor.php line 419 {"exception":"[object] (Symfony\\Component\\PropertyAccess\\Exception\\NoSuchPropertyException(code: 0): Neither the property \"reponse\" nor one of the methods \"getReponse()\", \"reponse()\", \"isReponse()\", \"hasReponse()\", \"__get()\" exist and have public access in class \"App\\Entity\\Question\". at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\property-access\\PropertyAccessor.php:419)"} [] [2019-09-11 13:06:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5a5238"},"request_uri":"http://127.0.0.1:8000/_wdt/5a5238","method":"GET"} [] [2019-09-11 13:07:28] request.INFO: Matched route "question". {"route":"question","route_parameters":{"_route":"question","_controller":"App\\Controller\\QuestionController::index"},"request_uri":"http://127.0.0.1:8000/question","method":"GET"} [] [2019-09-11 13:07:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:07:28] request.CRITICAL: Uncaught PHP Exception Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException: "Neither the property "reponse" nor one of the methods "getReponse()", "reponse()", "isReponse()", "hasReponse()", "__get()" exist and have public access in class "App\Entity\Question"." at F:\xampp\htdocs\symfobot\vendor\symfony\property-access\PropertyAccessor.php line 419 {"exception":"[object] (Symfony\\Component\\PropertyAccess\\Exception\\NoSuchPropertyException(code: 0): Neither the property \"reponse\" nor one of the methods \"getReponse()\", \"reponse()\", \"isReponse()\", \"hasReponse()\", \"__get()\" exist and have public access in class \"App\\Entity\\Question\". at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\property-access\\PropertyAccessor.php:419)"} [] [2019-09-11 13:07:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e66b3b"},"request_uri":"http://127.0.0.1:8000/_wdt/e66b3b","method":"GET"} [] [2019-09-11 13:08:17] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Config\Exception\LoaderLoadException: "[Semantical Error] Annotation @ORM\ManyToOne is not allowed to be declared on method App\Entity\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from "F:\xampp\htdocs\symfobot\config/routes/api_platform.yaml"). Make sure there is a loader supporting the "api_platform" type." at F:\xampp\htdocs\symfobot\vendor\symfony\config\Loader\FileLoader.php line 166 {"exception":"[object] (Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54)"} [] [2019-09-11 13:08:17] request.CRITICAL: Exception thrown when handling an exception (Twig\Error\RuntimeError: An exception has been thrown during the rendering of a template ("[Semantical Error] Annotation @ORM\ManyToOne is not allowed to be declared on method App\Entity\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from "F:\xampp\htdocs\symfobot\config/routes/api_platform.yaml"). Make sure there is a loader supporting the "api_platform" type."). at F:\xampp\htdocs\symfobot\vendor\symfony\twig-bundle\Resources\views\Exception\trace.html.twig line 13) {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"[Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type.\"). at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\twig-bundle\\Resources\\views\\Exception\\trace.html.twig:13, Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54)"} [] [2019-09-11 13:08:17] php.CRITICAL: Uncaught Exception: An exception has been thrown during the rendering of a template ("[Semantical Error] Annotation @ORM\ManyToOne is not allowed to be declared on method App\Entity\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from "F:\xampp\htdocs\symfobot\config/routes/api_platform.yaml"). Make sure there is a loader supporting the "api_platform" type."). {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"[Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type.\"). at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\twig-bundle\\Resources\\views\\Exception\\trace.html.twig:13, Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54, Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54)"} [] [2019-09-11 13:08:25] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("[Semantical Error] Annotation @ORM\ManyToOne is not allowed to be declared on method App\Entity\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from "F:\xampp\htdocs\symfobot\config/routes/api_platform.yaml"). Make sure there is a loader supporting the "api_platform" type.")." at F:\xampp\htdocs\symfobot\vendor\symfony\twig-bundle\Resources\views\Exception\trace.html.twig line 13 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"[Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type.\"). at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\twig-bundle\\Resources\\views\\Exception\\trace.html.twig:13, Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54, Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54)"} [] [2019-09-11 13:08:25] request.CRITICAL: Exception thrown when handling an exception (Twig\Error\RuntimeError: An exception has been thrown during the rendering of a template ("[Semantical Error] Annotation @ORM\ManyToOne is not allowed to be declared on method App\Entity\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from "F:\xampp\htdocs\symfobot\config/routes/api_platform.yaml"). Make sure there is a loader supporting the "api_platform" type."). at F:\xampp\htdocs\symfobot\vendor\symfony\twig-bundle\Resources\views\Exception\trace.html.twig line 13) {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"[Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type.\"). at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\twig-bundle\\Resources\\views\\Exception\\trace.html.twig:13, Symfony\\Component\\Config\\Exception\\LoaderLoadException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY in . (which is being imported from \"F:\\xampp\\htdocs\\symfobot\\config/routes/api_platform.yaml\"). Make sure there is a loader supporting the \"api_platform\" type. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\config\\Loader\\FileLoader.php:166, Doctrine\\Common\\Annotations\\AnnotationException(code: 0): [Semantical Error] Annotation @ORM\\ManyToOne is not allowed to be declared on method App\\Entity\\Question::getId(). You may only use this annotation on these code elements: PROPERTY. at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\annotations\\lib\\Doctrine\\Common\\Annotations\\AnnotationException.php:54)"} [] [2019-09-11 13:08:51] request.INFO: Matched route "question". {"route":"question","route_parameters":{"_route":"question","_controller":"App\\Controller\\QuestionController::index"},"request_uri":"http://127.0.0.1:8000/question","method":"GET"} [] [2019-09-11 13:08:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:08:52] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "reponse" nor one of the methods "reponse()", "getreponse()"/"isreponse()"/"hasreponse()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at F:\xampp\htdocs\symfobot\templates\question\index.html.twig line 9 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"reponse\" nor one of the methods \"reponse()\", \"getreponse()\"/\"isreponse()\"/\"hasreponse()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at F:\\xampp\\htdocs\\symfobot\\templates\\question\\index.html.twig:9)"} [] [2019-09-11 13:08:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5314ee"},"request_uri":"http://127.0.0.1:8000/_wdt/5314ee","method":"GET"} [] [2019-09-11 13:09:48] request.INFO: Matched route "question". {"route":"question","route_parameters":{"_route":"question","_controller":"App\\Controller\\QuestionController::index"},"request_uri":"http://127.0.0.1:8000/question","method":"GET"} [] [2019-09-11 13:09:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:09:48] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "reponse" nor one of the methods "reponse()", "getreponse()"/"isreponse()"/"hasreponse()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at F:\xampp\htdocs\symfobot\templates\question\index.html.twig line 9 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"reponse\" nor one of the methods \"reponse()\", \"getreponse()\"/\"isreponse()\"/\"hasreponse()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at F:\\xampp\\htdocs\\symfobot\\templates\\question\\index.html.twig:9)"} [] [2019-09-11 13:09:48] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"397672"},"request_uri":"http://127.0.0.1:8000/_wdt/397672","method":"GET"} [] [2019-09-11 13:10:03] request.INFO: Matched route "question". {"route":"question","route_parameters":{"_route":"question","_controller":"App\\Controller\\QuestionController::index"},"request_uri":"http://127.0.0.1:8000/question","method":"GET"} [] [2019-09-11 13:10:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:10:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"341e4f"},"request_uri":"http://127.0.0.1:8000/_wdt/341e4f","method":"GET"} [] [2019-09-11 13:10:12] request.INFO: Matched route "question". {"route":"question","route_parameters":{"_route":"question","_controller":"App\\Controller\\QuestionController::index"},"request_uri":"http://127.0.0.1:8000/question","method":"GET"} [] [2019-09-11 13:10:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:10:12] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "reponse" nor one of the methods "reponse()", "getreponse()"/"isreponse()"/"hasreponse()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at F:\xampp\htdocs\symfobot\templates\question\index.html.twig line 9 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"reponse\" nor one of the methods \"reponse()\", \"getreponse()\"/\"isreponse()\"/\"hasreponse()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at F:\\xampp\\htdocs\\symfobot\\templates\\question\\index.html.twig:9)"} [] [2019-09-11 13:10:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eeafed"},"request_uri":"http://127.0.0.1:8000/_wdt/eeafed","method":"GET"} [] [2019-09-11 13:10:23] request.INFO: Matched route "question". {"route":"question","route_parameters":{"_route":"question","_controller":"App\\Controller\\QuestionController::index"},"request_uri":"http://127.0.0.1:8000/question","method":"GET"} [] [2019-09-11 13:10:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:10:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c76b00"},"request_uri":"http://127.0.0.1:8000/_wdt/c76b00","method":"GET"} [] [2019-09-11 13:10:28] request.INFO: Matched route "question". {"route":"question","route_parameters":{"_route":"question","_controller":"App\\Controller\\QuestionController::index"},"request_uri":"http://127.0.0.1:8000/question","method":"POST"} [] [2019-09-11 13:10:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:10:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5e457d"},"request_uri":"http://127.0.0.1:8000/_wdt/5e457d","method":"GET"} [] [2019-09-11 13:10:39] request.INFO: Matched route "question". {"route":"question","route_parameters":{"_route":"question","_controller":"App\\Controller\\QuestionController::index"},"request_uri":"http://127.0.0.1:8000/question","method":"POST"} [] [2019-09-11 13:10:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:10:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8ecb6c"},"request_uri":"http://127.0.0.1:8000/_wdt/8ecb6c","method":"GET"} [] [2019-09-11 13:25:01] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at F:\xampp\htdocs\symfobot\vendor\symfony\http-kernel\EventListener\RouterListener.php line 138 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:138, Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2019-09-11 13:25:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"831409"},"request_uri":"http://127.0.0.1:8000/_wdt/831409","method":"GET"} [] [2019-09-11 13:29:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2019-09-11 13:29:40] 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 = 'symfobot' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2019-09-11 13:29:40] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'symfobot' /*!50116 AND c.constraint_schema = 'symfobot' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2019-09-11 13:29:40] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'symfobot' ORDER BY SEQ_IN_INDEX ASC [] [] [2019-09-11 13:29:40] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] [] [2019-09-11 13:29:40] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2019-09-11 13:29:40] 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 = 'symfobot' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2019-09-11 13:29:40] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'symfobot' /*!50116 AND c.constraint_schema = 'symfobot' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2019-09-11 13:29:41] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'symfobot' ORDER BY SEQ_IN_INDEX ASC [] [] [2019-09-11 13:29:41] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] [] [2019-09-11 13:29:41] 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 = 'symfobot' AND TABLE_NAME = 'question' ORDER BY ORDINAL_POSITION ASC [] [] [2019-09-11 13:29:41] 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 = 'question' */ WHERE k.table_name = 'question' AND k.table_schema = 'symfobot' /*!50116 AND c.constraint_schema = 'symfobot' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2019-09-11 13:29:41] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'question' AND TABLE_SCHEMA = 'symfobot' ORDER BY SEQ_IN_INDEX ASC [] [] [2019-09-11 13:29:41] 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 = 'question' [] [] [2019-09-11 13:29:41] 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 = 'symfobot' AND TABLE_NAME = 'reponse' ORDER BY ORDINAL_POSITION ASC [] [] [2019-09-11 13:29:41] 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 = 'reponse' */ WHERE k.table_name = 'reponse' AND k.table_schema = 'symfobot' /*!50116 AND c.constraint_schema = 'symfobot' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2019-09-11 13:29:41] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'reponse' AND TABLE_SCHEMA = 'symfobot' ORDER BY SEQ_IN_INDEX ASC [] [] [2019-09-11 13:29:41] 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 = 'reponse' [] [] [2019-09-11 13:30:26] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2019-09-11 13:30:26] 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 = 'symfobot' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2019-09-11 13:30:26] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'symfobot' /*!50116 AND c.constraint_schema = 'symfobot' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2019-09-11 13:30:26] doctrine.DEBUG: SELECT TABLE_NAME AS `Table`, NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, SEQ_IN_INDEX AS Seq_in_index, COLUMN_NAME AS Column_Name, COLLATION AS Collation, CARDINALITY AS Cardinality, SUB_PART AS Sub_Part, PACKED AS Packed, NULLABLE AS `Null`, INDEX_TYPE AS Index_Type, COMMENT AS Comment FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'symfobot' ORDER BY SEQ_IN_INDEX ASC [] [] [2019-09-11 13:30:26] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] [] [2019-09-11 13:30:26] doctrine.DEBUG: SELECT version FROM migration_versions [] [] [2019-09-11 13:30:44] doctrine.DEBUG: SELECT version FROM migration_versions WHERE version IN ('20190911112940') ORDER BY version DESC LIMIT 1 [] [] [2019-09-11 13:30:44] doctrine.DEBUG: SELECT version FROM migration_versions [] [] [2019-09-11 13:30:44] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 13:30:44] doctrine.DEBUG: ALTER TABLE question DROP FOREIGN KEY FK_B6F7494ECF18BB82 [] [] [2019-09-11 13:30:44] doctrine.DEBUG: DROP INDEX IDX_B6F7494ECF18BB82 ON question [] [] [2019-09-11 13:30:44] doctrine.DEBUG: ALTER TABLE question CHANGE reponse_id repons_id INT DEFAULT NULL [] [] [2019-09-11 13:30:44] doctrine.DEBUG: ALTER TABLE question ADD CONSTRAINT FK_B6F7494E7315E6FA FOREIGN KEY (repons_id) REFERENCES reponse (id) [] [] [2019-09-11 13:30:44] doctrine.DEBUG: CREATE INDEX IDX_B6F7494E7315E6FA ON question (repons_id) [] [] [2019-09-11 13:30:45] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20190911112940","2019-09-11 11:30:45"] [] [2019-09-11 13:30:45] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 13:37:15] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at F:\xampp\htdocs\symfobot\vendor\symfony\http-kernel\EventListener\RouterListener.php line 138 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:138, Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2019-09-11 13:37:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"00d692"},"request_uri":"http://127.0.0.1:8000/_wdt/00d692","method":"GET"} [] [2019-09-11 13:37:24] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"GET"} [] [2019-09-11 13:37:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:37:24] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Case mismatch between loaded and declared class names: "App\Entity\reponse" vs "App\Entity\Reponse"." at F:\xampp\htdocs\symfobot\vendor\symfony\debug\DebugClassLoader.php line 194 {"exception":"[object] (RuntimeException(code: 0): Case mismatch between loaded and declared class names: \"App\\Entity\\reponse\" vs \"App\\Entity\\Reponse\". at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\debug\\DebugClassLoader.php:194)"} [] [2019-09-11 13:37:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"25d29b"},"request_uri":"http://127.0.0.1:8000/_wdt/25d29b","method":"GET"} [] [2019-09-11 13:38:28] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"GET"} [] [2019-09-11 13:38:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:38:28] request.CRITICAL: Uncaught PHP Exception RuntimeException: "The "App\Entity\Reponse" entity has a repositoryClass set to "App\Repository\ReponseRepository", but this is not a valid class. Check your class naming. If this is meant to be a service id, make sure this service exists and is tagged with "doctrine.repository_service"." at F:\xampp\htdocs\symfobot\vendor\doctrine\doctrine-bundle\Repository\ContainerRepositoryFactory.php line 66 {"exception":"[object] (RuntimeException(code: 0): The \"App\\Entity\\Reponse\" entity has a repositoryClass set to \"App\\Repository\\ReponseRepository\", but this is not a valid class. Check your class naming. If this is meant to be a service id, make sure this service exists and is tagged with \"doctrine.repository_service\". at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\doctrine-bundle\\Repository\\ContainerRepositoryFactory.php:66)"} [] [2019-09-11 13:38:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"23e9f4"},"request_uri":"http://127.0.0.1:8000/_wdt/23e9f4","method":"GET"} [] [2019-09-11 13:39:51] console.DEBUG: Command "make:entity --regenerate" exited with code "1" {"command":"make:entity --regenerate","code":1} [] [2019-09-11 13:40:02] console.DEBUG: Command "make:entity --regenerate" exited with code "1" {"command":"make:entity --regenerate","code":1} [] [2019-09-11 13:41:06] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"GET"} [] [2019-09-11 13:41:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:41:06] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 13:41:06] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "controller_name" does not exist." at F:\xampp\htdocs\symfobot\templates\quest\index.html.twig line 12 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"controller_name\" does not exist. at F:\\xampp\\htdocs\\symfobot\\templates\\quest\\index.html.twig:12)"} [] [2019-09-11 13:41:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a55b60"},"request_uri":"http://127.0.0.1:8000/_wdt/a55b60","method":"GET"} [] [2019-09-11 13:42:56] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"GET"} [] [2019-09-11 13:42:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:42:57] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 13:42:57] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "reponse" nor one of the methods "reponse()", "getreponse()"/"isreponse()"/"hasreponse()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at F:\xampp\htdocs\symfobot\templates\quest\index.html.twig line 9 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"reponse\" nor one of the methods \"reponse()\", \"getreponse()\"/\"isreponse()\"/\"hasreponse()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at F:\\xampp\\htdocs\\symfobot\\templates\\quest\\index.html.twig:9)"} [] [2019-09-11 13:42:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"061985"},"request_uri":"http://127.0.0.1:8000/_wdt/061985","method":"GET"} [] [2019-09-11 13:44:26] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"GET"} [] [2019-09-11 13:44:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:44:26] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\LogicException: "The form's view data is expected to be an instance of class App\Entity\Reponse, but is an instance of class App\Entity\Question. You can avoid this error by setting the "data_class" option to null or by adding a view transformer that transforms an instance of class App\Entity\Question to an instance of App\Entity\Reponse." at F:\xampp\htdocs\symfobot\vendor\symfony\form\Form.php line 365 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\LogicException(code: 0): The form's view data is expected to be an instance of class App\\Entity\\Reponse, but is an instance of class App\\Entity\\Question. You can avoid this error by setting the \"data_class\" option to null or by adding a view transformer that transforms an instance of class App\\Entity\\Question to an instance of App\\Entity\\Reponse. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\form\\Form.php:365)"} [] [2019-09-11 13:44:27] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"34f8c2"},"request_uri":"http://127.0.0.1:8000/_wdt/34f8c2","method":"GET"} [] [2019-09-11 13:46:13] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"GET"} [] [2019-09-11 13:46:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:46:13] php.CRITICAL: Class 'App\Controller\Reponse' not found {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Class 'App\\Controller\\Reponse' not found at F:\\xampp\\htdocs\\symfobot\\src\\Controller\\QuestController.php:18)"} [] [2019-09-11 13:46:15] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ClassNotFoundException: "Attempted to load class "Reponse" from namespace "App\Controller". Did you forget a "use" statement for "App\Entity\Reponse"?" at F:\xampp\htdocs\symfobot\src\Controller\QuestController.php line 18 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ClassNotFoundException(code: 0): Attempted to load class \"Reponse\" from namespace \"App\\Controller\".\nDid you forget a \"use\" statement for \"App\\Entity\\Reponse\"? at F:\\xampp\\htdocs\\symfobot\\src\\Controller\\QuestController.php:18)"} [] [2019-09-11 13:46:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d0c116"},"request_uri":"http://127.0.0.1:8000/_wdt/d0c116","method":"GET"} [] [2019-09-11 13:46:43] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"GET"} [] [2019-09-11 13:46:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:46:43] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\LogicException: "The form's view data is expected to be an instance of class App\Entity\Reponse, but is an instance of class App\Entity\Question. You can avoid this error by setting the "data_class" option to null or by adding a view transformer that transforms an instance of class App\Entity\Question to an instance of App\Entity\Reponse." at F:\xampp\htdocs\symfobot\vendor\symfony\form\Form.php line 365 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\LogicException(code: 0): The form's view data is expected to be an instance of class App\\Entity\\Reponse, but is an instance of class App\\Entity\\Question. You can avoid this error by setting the \"data_class\" option to null or by adding a view transformer that transforms an instance of class App\\Entity\\Question to an instance of App\\Entity\\Reponse. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\form\\Form.php:365)"} [] [2019-09-11 13:46:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"560d86"},"request_uri":"http://127.0.0.1:8000/_wdt/560d86","method":"GET"} [] [2019-09-11 13:47:49] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"GET"} [] [2019-09-11 13:47:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:47:49] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\LogicException: "The form's view data is expected to be an instance of class App\Entity\Reponse, but is an instance of class App\Entity\Question. You can avoid this error by setting the "data_class" option to null or by adding a view transformer that transforms an instance of class App\Entity\Question to an instance of App\Entity\Reponse." at F:\xampp\htdocs\symfobot\vendor\symfony\form\Form.php line 365 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\LogicException(code: 0): The form's view data is expected to be an instance of class App\\Entity\\Reponse, but is an instance of class App\\Entity\\Question. You can avoid this error by setting the \"data_class\" option to null or by adding a view transformer that transforms an instance of class App\\Entity\\Question to an instance of App\\Entity\\Reponse. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\form\\Form.php:365)"} [] [2019-09-11 13:47:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f391b8"},"request_uri":"http://127.0.0.1:8000/_wdt/f391b8","method":"GET"} [] [2019-09-11 13:47:58] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"GET"} [] [2019-09-11 13:47:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:47:58] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\LogicException: "The form's view data is expected to be an instance of class App\Entity\Reponse, but is an instance of class App\Entity\Question. You can avoid this error by setting the "data_class" option to null or by adding a view transformer that transforms an instance of class App\Entity\Question to an instance of App\Entity\Reponse." at F:\xampp\htdocs\symfobot\vendor\symfony\form\Form.php line 365 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\LogicException(code: 0): The form's view data is expected to be an instance of class App\\Entity\\Reponse, but is an instance of class App\\Entity\\Question. You can avoid this error by setting the \"data_class\" option to null or by adding a view transformer that transforms an instance of class App\\Entity\\Question to an instance of App\\Entity\\Reponse. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\form\\Form.php:365)"} [] [2019-09-11 13:47:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2cdbdc"},"request_uri":"http://127.0.0.1:8000/_wdt/2cdbdc","method":"GET"} [] [2019-09-11 13:48:22] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"GET"} [] [2019-09-11 13:48:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:48:22] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\LogicException: "The form's view data is expected to be an instance of class App\Entity\Reponse, but is an instance of class App\Entity\Question. You can avoid this error by setting the "data_class" option to null or by adding a view transformer that transforms an instance of class App\Entity\Question to an instance of App\Entity\Reponse." at F:\xampp\htdocs\symfobot\vendor\symfony\form\Form.php line 365 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\LogicException(code: 0): The form's view data is expected to be an instance of class App\\Entity\\Reponse, but is an instance of class App\\Entity\\Question. You can avoid this error by setting the \"data_class\" option to null or by adding a view transformer that transforms an instance of class App\\Entity\\Question to an instance of App\\Entity\\Reponse. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\form\\Form.php:365)"} [] [2019-09-11 13:48:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aa2ea9"},"request_uri":"http://127.0.0.1:8000/_wdt/aa2ea9","method":"GET"} [] [2019-09-11 13:49:20] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"GET"} [] [2019-09-11 13:49:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:49:20] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\InvalidArgumentException: "Class "App\Form\Repons" not found. Is the "data_class" form option set correctly?" at F:\xampp\htdocs\symfobot\vendor\symfony\form\FormConfigBuilder.php line 121 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\InvalidArgumentException(code: 0): Class \"App\\Form\\Repons\" not found. Is the \"data_class\" form option set correctly? at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\form\\FormConfigBuilder.php:121)"} [] [2019-09-11 13:49:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a0eead"},"request_uri":"http://127.0.0.1:8000/_wdt/a0eead","method":"GET"} [] [2019-09-11 13:49:33] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"GET"} [] [2019-09-11 13:49:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:49:33] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 13:49:33] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "reponse" nor one of the methods "reponse()", "getreponse()"/"isreponse()"/"hasreponse()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at F:\xampp\htdocs\symfobot\templates\quest\index.html.twig line 9 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"reponse\" nor one of the methods \"reponse()\", \"getreponse()\"/\"isreponse()\"/\"hasreponse()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at F:\\xampp\\htdocs\\symfobot\\templates\\quest\\index.html.twig:9)"} [] [2019-09-11 13:49:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fa2446"},"request_uri":"http://127.0.0.1:8000/_wdt/fa2446","method":"GET"} [] [2019-09-11 13:50:17] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"GET"} [] [2019-09-11 13:50:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:50:17] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\LogicException: "The form's view data is expected to be an instance of class App\Entity\Reponse, but is an instance of class App\Entity\Question. You can avoid this error by setting the "data_class" option to null or by adding a view transformer that transforms an instance of class App\Entity\Question to an instance of App\Entity\Reponse." at F:\xampp\htdocs\symfobot\vendor\symfony\form\Form.php line 365 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\LogicException(code: 0): The form's view data is expected to be an instance of class App\\Entity\\Reponse, but is an instance of class App\\Entity\\Question. You can avoid this error by setting the \"data_class\" option to null or by adding a view transformer that transforms an instance of class App\\Entity\\Question to an instance of App\\Entity\\Reponse. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\form\\Form.php:365)"} [] [2019-09-11 13:50:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a7af32"},"request_uri":"http://127.0.0.1:8000/_wdt/a7af32","method":"GET"} [] [2019-09-11 13:50:23] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"GET"} [] [2019-09-11 13:50:23] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:50:23] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\InvalidArgumentException: "Class "App\Form\repons" not found. Is the "data_class" form option set correctly?" at F:\xampp\htdocs\symfobot\vendor\symfony\form\FormConfigBuilder.php line 121 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\InvalidArgumentException(code: 0): Class \"App\\Form\\repons\" not found. Is the \"data_class\" form option set correctly? at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\form\\FormConfigBuilder.php:121)"} [] [2019-09-11 13:50:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5e3a91"},"request_uri":"http://127.0.0.1:8000/_wdt/5e3a91","method":"GET"} [] [2019-09-11 13:50:51] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"GET"} [] [2019-09-11 13:50:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:50:51] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "reponse" nor one of the methods "reponse()", "getreponse()"/"isreponse()"/"hasreponse()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at F:\xampp\htdocs\symfobot\templates\quest\index.html.twig line 9 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"reponse\" nor one of the methods \"reponse()\", \"getreponse()\"/\"isreponse()\"/\"hasreponse()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at F:\\xampp\\htdocs\\symfobot\\templates\\quest\\index.html.twig:9)"} [] [2019-09-11 13:50:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"367293"},"request_uri":"http://127.0.0.1:8000/_wdt/367293","method":"GET"} [] [2019-09-11 13:51:13] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"GET"} [] [2019-09-11 13:51:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:51:13] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 13:51:13] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "reponse" nor one of the methods "reponse()", "getreponse()"/"isreponse()"/"hasreponse()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at F:\xampp\htdocs\symfobot\templates\quest\index.html.twig line 9 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"reponse\" nor one of the methods \"reponse()\", \"getreponse()\"/\"isreponse()\"/\"hasreponse()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at F:\\xampp\\htdocs\\symfobot\\templates\\quest\\index.html.twig:9)"} [] [2019-09-11 13:51:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b9d251"},"request_uri":"http://127.0.0.1:8000/_wdt/b9d251","method":"GET"} [] [2019-09-11 13:51:49] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"GET"} [] [2019-09-11 13:51:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:51:49] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 13:51:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8710ec"},"request_uri":"http://127.0.0.1:8000/_wdt/8710ec","method":"GET"} [] [2019-09-11 13:53:00] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"GET"} [] [2019-09-11 13:53:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:53:00] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 13:53:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Catchable Fatal Error: Object of class App\Entity\Reponse could not be converted to string" at F:\xampp\htdocs\symfobot\vendor\symfony\doctrine-bridge\Form\Type\DoctrineType.php line 61 {"exception":"[object] (ErrorException(code: 0): Catchable Fatal Error: Object of class App\\Entity\\Reponse could not be converted to string at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\doctrine-bridge\\Form\\Type\\DoctrineType.php:61)"} [] [2019-09-11 13:53:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d6294"},"request_uri":"http://127.0.0.1:8000/_wdt/0d6294","method":"GET"} [] [2019-09-11 13:56:22] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"GET"} [] [2019-09-11 13:56:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:56:22] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 13:56:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ac1567"},"request_uri":"http://127.0.0.1:8000/_wdt/ac1567","method":"GET"} [] [2019-09-11 13:56:44] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 13:56:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:56:44] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 13:56:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"db6239"},"request_uri":"http://127.0.0.1:8000/_wdt/db6239","method":"GET"} [] [2019-09-11 13:56:50] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 13:56:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:56:50] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 13:56:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"724369"},"request_uri":"http://127.0.0.1:8000/_wdt/724369","method":"GET"} [] [2019-09-11 13:58:32] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 13:58:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:58:32] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 13:58:32] php.CRITICAL: Fatal Error: Method App\Entity\Reponse::__toString() must not throw an exception, caught ErrorException: Catchable Fatal Error: Object of class Doctrine\ORM\PersistentCollection could not be converted to string {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalErrorException(code: 0): Error: Method App\\Entity\\Reponse::__toString() must not throw an exception, caught ErrorException: Catchable Fatal Error: Object of class Doctrine\\ORM\\PersistentCollection could not be converted to string at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\doctrine-bridge\\Form\\Type\\DoctrineType.php:0)"} [] [2019-09-11 13:58:32] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalErrorException: "Error: Method App\Entity\Reponse::__toString() must not throw an exception, caught ErrorException: Catchable Fatal Error: Object of class Doctrine\ORM\PersistentCollection could not be converted to string" at F:\xampp\htdocs\symfobot\vendor\symfony\doctrine-bridge\Form\Type\DoctrineType.php line 0 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalErrorException(code: 0): Error: Method App\\Entity\\Reponse::__toString() must not throw an exception, caught ErrorException: Catchable Fatal Error: Object of class Doctrine\\ORM\\PersistentCollection could not be converted to string at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\doctrine-bridge\\Form\\Type\\DoctrineType.php:0)"} [] [2019-09-11 13:58:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ca9f6c"},"request_uri":"http://127.0.0.1:8000/_wdt/ca9f6c","method":"GET"} [] [2019-09-11 13:59:00] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 13:59:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:59:00] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 13:59:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e39b40"},"request_uri":"http://127.0.0.1:8000/_wdt/e39b40","method":"GET"} [] [2019-09-11 13:59:07] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 13:59:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 13:59:07] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 13:59:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d3ec25"},"request_uri":"http://127.0.0.1:8000/_wdt/d3ec25","method":"GET"} [] [2019-09-11 14:00:24] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /question/index.html.twig"" at F:\xampp\htdocs\symfobot\vendor\symfony\http-kernel\EventListener\RouterListener.php line 138 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /question/index.html.twig\" at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:138, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/question/index.html.twig/\". at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2019-09-11 14:00:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a7d4c1"},"request_uri":"http://127.0.0.1:8000/_wdt/a7d4c1","method":"GET"} [] [2019-09-11 14:00:43] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /question/index.html.twig"" at F:\xampp\htdocs\symfobot\vendor\symfony\http-kernel\EventListener\RouterListener.php line 138 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /question/index.html.twig\" at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:138, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/question/index.html.twig/\". at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2019-09-11 14:00:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0c299d"},"request_uri":"http://127.0.0.1:8000/_wdt/0c299d","method":"GET"} [] [2019-09-11 14:00:44] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 14:00:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:00:44] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 14:00:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fce5fb"},"request_uri":"http://127.0.0.1:8000/_wdt/fce5fb","method":"GET"} [] [2019-09-11 14:00:57] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 14:00:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:00:57] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 14:00:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d4725e"},"request_uri":"http://127.0.0.1:8000/_wdt/d4725e","method":"GET"} [] [2019-09-11 14:01:13] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 14:01:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:01:13] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 14:01:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c549d2"},"request_uri":"http://127.0.0.1:8000/_wdt/c549d2","method":"GET"} [] [2019-09-11 14:03:02] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 14:03:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:03:02] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 14:03:03] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f1df5"},"request_uri":"http://127.0.0.1:8000/_wdt/9f1df5","method":"GET"} [] [2019-09-11 14:03:10] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 14:03:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:03:11] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 14:03:11] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0362a3"},"request_uri":"http://127.0.0.1:8000/_wdt/0362a3","method":"GET"} [] [2019-09-11 14:03:15] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0362a3"},"request_uri":"http://127.0.0.1:8000/_profiler/0362a3?panel=translation","method":"GET"} [] [2019-09-11 14:03:15] 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://127.0.0.1:8000/_profiler/search_bar?panel=translation","method":"GET"} [] [2019-09-11 14:16:42] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 14:16:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:16:42] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 14:16:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bb0d17"},"request_uri":"http://127.0.0.1:8000/_wdt/bb0d17","method":"GET"} [] [2019-09-11 14:16:52] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 14:16:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:16:52] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: request" at F:\xampp\htdocs\symfobot\src\Controller\QuestController.php line 21 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: request at F:\\xampp\\htdocs\\symfobot\\src\\Controller\\QuestController.php:21)"} [] [2019-09-11 14:16:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fcd314"},"request_uri":"http://127.0.0.1:8000/_wdt/fcd314","method":"GET"} [] [2019-09-11 14:29:08] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 14:29:08] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:29:08] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ WHERE r0_.id IN (?) [["1"]] [] [2019-09-11 14:29:08] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 14:29:09] doctrine.DEBUG: INSERT INTO question (quest, repons_id) VALUES (?, ?) {"1":"aaaaaaaa","2":1} [] [2019-09-11 14:29:09] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 14:29:09] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 14:29:09] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4f0aa9"},"request_uri":"http://127.0.0.1:8000/_wdt/4f0aa9","method":"GET"} [] [2019-09-11 14:29:14] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 14:29:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:29:14] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ WHERE r0_.id IN (?) [["1"]] [] [2019-09-11 14:29:15] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 14:29:15] doctrine.DEBUG: INSERT INTO question (quest, repons_id) VALUES (?, ?) {"1":"aaaaaaaa","2":1} [] [2019-09-11 14:29:15] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 14:29:15] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 14:29:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a713df"},"request_uri":"http://127.0.0.1:8000/_wdt/a713df","method":"GET"} [] [2019-09-11 14:30:29] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 14:30:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:30:29] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ WHERE r0_.id IN (?) [["1"]] [] [2019-09-11 14:30:29] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 14:30:29] doctrine.DEBUG: INSERT INTO question (quest, repons_id) VALUES (?, ?) {"1":"aaaaaaaa","2":1} [] [2019-09-11 14:30:29] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 14:30:30] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 14:30:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ea9605"},"request_uri":"http://127.0.0.1:8000/_wdt/ea9605","method":"GET"} [] [2019-09-11 14:35:41] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 14:35:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:35:42] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ WHERE r0_.id IN (?) [["1"]] [] [2019-09-11 14:35:42] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 14:35:42] doctrine.DEBUG: INSERT INTO question (quest, repons_id) VALUES (?, ?) {"1":"aaaaaaaa","2":1} [] [2019-09-11 14:35:42] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 14:35:42] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 14:35:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"43d34d"},"request_uri":"http://127.0.0.1:8000/_wdt/43d34d","method":"GET"} [] [2019-09-11 14:38:57] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"GET"} [] [2019-09-11 14:38:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:38:58] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 14:38:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"99b774"},"request_uri":"http://127.0.0.1:8000/_wdt/99b774","method":"GET"} [] [2019-09-11 14:39:11] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"GET"} [] [2019-09-11 14:39:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:39:11] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 14:39:12] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9bea23"},"request_uri":"http://127.0.0.1:8000/_wdt/9bea23","method":"GET"} [] [2019-09-11 14:39:24] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"GET"} [] [2019-09-11 14:39:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:39:24] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 14:39:24] request.CRITICAL: Uncaught PHP Exception Twig\Error\SyntaxError: "The block 'title' has already been defined line 3." at F:\xampp\htdocs\symfobot\templates\quest\index.html.twig line 6 {"exception":"[object] (Twig\\Error\\SyntaxError(code: 0): The block 'title' has already been defined line 3. at F:\\xampp\\htdocs\\symfobot\\templates\\quest\\index.html.twig:6)"} [] [2019-09-11 14:39:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1dd003"},"request_uri":"http://127.0.0.1:8000/_wdt/1dd003","method":"GET"} [] [2019-09-11 14:39:49] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"GET"} [] [2019-09-11 14:39:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:39:49] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 14:39:50] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"72fd30"},"request_uri":"http://127.0.0.1:8000/_wdt/72fd30","method":"GET"} [] [2019-09-11 14:40:05] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"GET"} [] [2019-09-11 14:40:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:40:06] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 14:40:07] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5577f6"},"request_uri":"http://127.0.0.1:8000/_wdt/5577f6","method":"GET"} [] [2019-09-11 14:40:13] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"GET"} [] [2019-09-11 14:40:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:40:13] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 14:40:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9280fb"},"request_uri":"http://127.0.0.1:8000/_wdt/9280fb","method":"GET"} [] [2019-09-11 14:45:32] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"GET"} [] [2019-09-11 14:45:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:45:32] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 14:45:33] php.INFO: User Deprecated: You are calling "form_row" for field "quest" which has already been rendered before, trying to render fields which were already rendered is deprecated since Symfony 4.2 and will throw an exception in 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: You are calling \"form_row\" for field \"quest\" which has already been rendered before, trying to render fields which were already rendered is deprecated since Symfony 4.2 and will throw an exception in 5.0. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\form\\FormRenderer.php:136)"} [] [2019-09-11 14:45:33] php.INFO: User Deprecated: You are calling "form_row" for field "repons" which has already been rendered before, trying to render fields which were already rendered is deprecated since Symfony 4.2 and will throw an exception in 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: You are calling \"form_row\" for field \"repons\" which has already been rendered before, trying to render fields which were already rendered is deprecated since Symfony 4.2 and will throw an exception in 5.0. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\form\\FormRenderer.php:136)"} [] [2019-09-11 14:45:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd7295"},"request_uri":"http://127.0.0.1:8000/_wdt/dd7295","method":"GET"} [] [2019-09-11 14:46:19] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"GET"} [] [2019-09-11 14:46:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:46:19] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 14:46:20] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f99b99"},"request_uri":"http://127.0.0.1:8000/_wdt/f99b99","method":"GET"} [] [2019-09-11 14:46:30] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 14:46:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:46:30] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\LogicException: "Cannot check if an unsubmitted form is valid. Call Form::isSubmitted() before Form::isValid()." at F:\xampp\htdocs\symfobot\vendor\symfony\form\Form.php line 743 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\LogicException(code: 0): Cannot check if an unsubmitted form is valid. Call Form::isSubmitted() before Form::isValid(). at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\form\\Form.php:743)"} [] [2019-09-11 14:46:31] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8ef90e"},"request_uri":"http://127.0.0.1:8000/_wdt/8ef90e","method":"GET"} [] [2019-09-11 14:48:12] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 14:48:12] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:48:12] php.CRITICAL: Call to undefined method App\Controller\QuestController::createForm1() {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to undefined method App\\Controller\\QuestController::createForm1() at F:\\xampp\\htdocs\\symfobot\\src\\Controller\\QuestController.php:23)"} [] [2019-09-11 14:48:12] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\UndefinedMethodException: "Attempted to call an undefined method named "createForm1" of class "App\Controller\QuestController"." at F:\xampp\htdocs\symfobot\src\Controller\QuestController.php line 23 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\UndefinedMethodException(code: 0): Attempted to call an undefined method named \"createForm1\" of class \"App\\Controller\\QuestController\". at F:\\xampp\\htdocs\\symfobot\\src\\Controller\\QuestController.php:23)"} [] [2019-09-11 14:48:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e94c56"},"request_uri":"http://127.0.0.1:8000/_wdt/e94c56","method":"GET"} [] [2019-09-11 14:48:54] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 14:48:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:48:55] php.CRITICAL: Call to undefined method App\Controller\QuestController::createForm1() {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to undefined method App\\Controller\\QuestController::createForm1() at F:\\xampp\\htdocs\\symfobot\\src\\Controller\\QuestController.php:23)"} [] [2019-09-11 14:48:55] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\UndefinedMethodException: "Attempted to call an undefined method named "createForm1" of class "App\Controller\QuestController"." at F:\xampp\htdocs\symfobot\src\Controller\QuestController.php line 23 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\UndefinedMethodException(code: 0): Attempted to call an undefined method named \"createForm1\" of class \"App\\Controller\\QuestController\". at F:\\xampp\\htdocs\\symfobot\\src\\Controller\\QuestController.php:23)"} [] [2019-09-11 14:48:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fab261"},"request_uri":"http://127.0.0.1:8000/_wdt/fab261","method":"GET"} [] [2019-09-11 14:49:37] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 14:49:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:49:37] php.CRITICAL: Call to undefined method App\Controller\QuestController::createForm1() {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to undefined method App\\Controller\\QuestController::createForm1() at F:\\xampp\\htdocs\\symfobot\\src\\Controller\\QuestController.php:23)"} [] [2019-09-11 14:49:37] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\UndefinedMethodException: "Attempted to call an undefined method named "createForm1" of class "App\Controller\QuestController"." at F:\xampp\htdocs\symfobot\src\Controller\QuestController.php line 23 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\UndefinedMethodException(code: 0): Attempted to call an undefined method named \"createForm1\" of class \"App\\Controller\\QuestController\". at F:\\xampp\\htdocs\\symfobot\\src\\Controller\\QuestController.php:23)"} [] [2019-09-11 14:49:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d7bffc"},"request_uri":"http://127.0.0.1:8000/_wdt/d7bffc","method":"GET"} [] [2019-09-11 14:50:34] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 14:50:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:50:34] php.CRITICAL: Call to undefined method App\Controller\QuestController::createForm1() {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to undefined method App\\Controller\\QuestController::createForm1() at F:\\xampp\\htdocs\\symfobot\\src\\Controller\\QuestController.php:23)"} [] [2019-09-11 14:50:34] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\UndefinedMethodException: "Attempted to call an undefined method named "createForm1" of class "App\Controller\QuestController"." at F:\xampp\htdocs\symfobot\src\Controller\QuestController.php line 23 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\UndefinedMethodException(code: 0): Attempted to call an undefined method named \"createForm1\" of class \"App\\Controller\\QuestController\". at F:\\xampp\\htdocs\\symfobot\\src\\Controller\\QuestController.php:23)"} [] [2019-09-11 14:50:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2fe19a"},"request_uri":"http://127.0.0.1:8000/_wdt/2fe19a","method":"GET"} [] [2019-09-11 14:50:45] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 14:50:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:50:45] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 14:50:45] doctrine.DEBUG: INSERT INTO question (quest, repons_id) VALUES (?, ?) {"1":null,"2":null} [] [2019-09-11 14:50:45] doctrine.DEBUG: "ROLLBACK" [] [] [2019-09-11 14:50:45] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\NotNullConstraintViolationException: "An exception occurred while executing 'INSERT INTO question (quest, repons_id) VALUES (?, ?)' with params [null, null]: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'quest' cannot be null" at F:\xampp\htdocs\symfobot\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\NotNullConstraintViolationException(code: 0): An exception occurred while executing 'INSERT INTO question (quest, repons_id) VALUES (?, ?)' with params [null, null]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1048 Column 'quest' cannot be null at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:103, Doctrine\\DBAL\\Driver\\PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'quest' cannot be null at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:119, PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'quest' cannot be null at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:117)"} [] [2019-09-11 14:50:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d9e2e"},"request_uri":"http://127.0.0.1:8000/_wdt/0d9e2e","method":"GET"} [] [2019-09-11 14:51:05] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 14:51:05] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:51:05] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\LogicException: "Cannot check if an unsubmitted form is valid. Call Form::isSubmitted() before Form::isValid()." at F:\xampp\htdocs\symfobot\vendor\symfony\form\Form.php line 743 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\LogicException(code: 0): Cannot check if an unsubmitted form is valid. Call Form::isSubmitted() before Form::isValid(). at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\form\\Form.php:743)"} [] [2019-09-11 14:51:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f3358f"},"request_uri":"http://127.0.0.1:8000/_wdt/f3358f","method":"GET"} [] [2019-09-11 14:51:43] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 14:51:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:51:43] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\LogicException: "Cannot check if an unsubmitted form is valid. Call Form::isSubmitted() before Form::isValid()." at F:\xampp\htdocs\symfobot\vendor\symfony\form\Form.php line 743 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\LogicException(code: 0): Cannot check if an unsubmitted form is valid. Call Form::isSubmitted() before Form::isValid(). at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\form\\Form.php:743)"} [] [2019-09-11 14:51:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3be5a4"},"request_uri":"http://127.0.0.1:8000/_wdt/3be5a4","method":"GET"} [] [2019-09-11 14:52:11] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 14:52:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:52:12] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Undefined variable: question" at F:\xampp\htdocs\symfobot\src\Controller\QuestController.php line 28 {"exception":"[object] (ErrorException(code: 0): Notice: Undefined variable: question at F:\\xampp\\htdocs\\symfobot\\src\\Controller\\QuestController.php:28)"} [] [2019-09-11 14:52:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0a8cc2"},"request_uri":"http://127.0.0.1:8000/_wdt/0a8cc2","method":"GET"} [] [2019-09-11 14:52:28] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 14:52:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:52:28] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 14:52:28] doctrine.DEBUG: INSERT INTO reponse (repons) VALUES (?) {"1":"rep2"} [] [2019-09-11 14:52:28] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 14:52:29] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "form" does not exist." at F:\xampp\htdocs\symfobot\templates\quest\index.html.twig line 20 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Variable \"form\" does not exist. at F:\\xampp\\htdocs\\symfobot\\templates\\quest\\index.html.twig:20)"} [] [2019-09-11 14:52:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e94b0c"},"request_uri":"http://127.0.0.1:8000/_wdt/e94b0c","method":"GET"} [] [2019-09-11 14:53:28] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 14:53:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:53:28] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 14:53:28] doctrine.DEBUG: INSERT INTO reponse (repons) VALUES (?) {"1":"rep2"} [] [2019-09-11 14:53:28] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 14:53:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"749fb1"},"request_uri":"http://127.0.0.1:8000/_wdt/749fb1","method":"GET"} [] [2019-09-11 14:53:31] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 14:53:31] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:53:31] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 14:53:31] doctrine.DEBUG: INSERT INTO reponse (repons) VALUES (?) {"1":"rep2"} [] [2019-09-11 14:53:31] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 14:53:32] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0251fe"},"request_uri":"http://127.0.0.1:8000/_wdt/0251fe","method":"GET"} [] [2019-09-11 14:54:02] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 14:54:02] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:54:02] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 14:54:02] doctrine.DEBUG: INSERT INTO reponse (repons) VALUES (?) {"1":"rep2"} [] [2019-09-11 14:54:02] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 14:54:02] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4b519c"},"request_uri":"http://127.0.0.1:8000/_wdt/4b519c","method":"GET"} [] [2019-09-11 14:54:24] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 14:54:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:54:25] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 14:54:25] doctrine.DEBUG: INSERT INTO reponse (repons) VALUES (?) {"1":"rep3"} [] [2019-09-11 14:54:25] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 14:54:25] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"127921"},"request_uri":"http://127.0.0.1:8000/_wdt/127921","method":"GET"} [] [2019-09-11 14:55:17] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 14:55:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:55:17] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\LogicException: "Cannot check if an unsubmitted form is valid. Call Form::isSubmitted() before Form::isValid()." at F:\xampp\htdocs\symfobot\vendor\symfony\form\Form.php line 743 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\LogicException(code: 0): Cannot check if an unsubmitted form is valid. Call Form::isSubmitted() before Form::isValid(). at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\form\\Form.php:743)"} [] [2019-09-11 14:55:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"61d66b"},"request_uri":"http://127.0.0.1:8000/_wdt/61d66b","method":"GET"} [] [2019-09-11 14:56:15] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 14:56:15] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:56:15] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\LogicException: "Cannot check if an unsubmitted form is valid. Call Form::isSubmitted() before Form::isValid()." at F:\xampp\htdocs\symfobot\vendor\symfony\form\Form.php line 743 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\LogicException(code: 0): Cannot check if an unsubmitted form is valid. Call Form::isSubmitted() before Form::isValid(). at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\form\\Form.php:743)"} [] [2019-09-11 14:56:16] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"49d7b4"},"request_uri":"http://127.0.0.1:8000/_wdt/49d7b4","method":"GET"} [] [2019-09-11 14:57:18] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 14:57:19] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:57:19] php.CRITICAL: Class 'App\Controller\Reponse' not found {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Class 'App\\Controller\\Reponse' not found at F:\\xampp\\htdocs\\symfobot\\src\\Controller\\QuestController.php:19)"} [] [2019-09-11 14:57:21] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\ClassNotFoundException: "Attempted to load class "Reponse" from namespace "App\Controller". Did you forget a "use" statement for "App\Entity\Reponse"?" at F:\xampp\htdocs\symfobot\src\Controller\QuestController.php line 19 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\ClassNotFoundException(code: 0): Attempted to load class \"Reponse\" from namespace \"App\\Controller\".\nDid you forget a \"use\" statement for \"App\\Entity\\Reponse\"? at F:\\xampp\\htdocs\\symfobot\\src\\Controller\\QuestController.php:19)"} [] [2019-09-11 14:57:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4f4385"},"request_uri":"http://127.0.0.1:8000/_wdt/4f4385","method":"GET"} [] [2019-09-11 14:57:44] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 14:57:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:57:44] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\LogicException: "Cannot check if an unsubmitted form is valid. Call Form::isSubmitted() before Form::isValid()." at F:\xampp\htdocs\symfobot\vendor\symfony\form\Form.php line 743 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\LogicException(code: 0): Cannot check if an unsubmitted form is valid. Call Form::isSubmitted() before Form::isValid(). at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\form\\Form.php:743)"} [] [2019-09-11 14:57:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"27d2f6"},"request_uri":"http://127.0.0.1:8000/_wdt/27d2f6","method":"GET"} [] [2019-09-11 14:58:22] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 14:58:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:58:23] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\LogicException: "Cannot check if an unsubmitted form is valid. Call Form::isSubmitted() before Form::isValid()." at F:\xampp\htdocs\symfobot\vendor\symfony\form\Form.php line 743 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\LogicException(code: 0): Cannot check if an unsubmitted form is valid. Call Form::isSubmitted() before Form::isValid(). at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\form\\Form.php:743)"} [] [2019-09-11 14:58:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5c686d"},"request_uri":"http://127.0.0.1:8000/_wdt/5c686d","method":"GET"} [] [2019-09-11 14:59:13] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 14:59:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 14:59:13] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\LogicException: "Cannot check if an unsubmitted form is valid. Call Form::isSubmitted() before Form::isValid()." at F:\xampp\htdocs\symfobot\vendor\symfony\form\Form.php line 743 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\LogicException(code: 0): Cannot check if an unsubmitted form is valid. Call Form::isSubmitted() before Form::isValid(). at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\form\\Form.php:743)"} [] [2019-09-11 14:59:14] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0f0fa7"},"request_uri":"http://127.0.0.1:8000/_wdt/0f0fa7","method":"GET"} [] [2019-09-11 15:00:03] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:00:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:00:03] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\LogicException: "Cannot check if an unsubmitted form is valid. Call Form::isSubmitted() before Form::isValid()." at F:\xampp\htdocs\symfobot\vendor\symfony\form\Form.php line 743 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\LogicException(code: 0): Cannot check if an unsubmitted form is valid. Call Form::isSubmitted() before Form::isValid(). at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\form\\Form.php:743)"} [] [2019-09-11 15:00:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"03780e"},"request_uri":"http://127.0.0.1:8000/_wdt/03780e","method":"GET"} [] [2019-09-11 15:02:55] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:02:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:02:55] php.CRITICAL: Call to undefined method Symfony\Component\Form\Form::issSubmited() {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to undefined method Symfony\\Component\\Form\\Form::issSubmited() at F:\\xampp\\htdocs\\symfobot\\src\\Controller\\QuestController.php:25)"} [] [2019-09-11 15:02:55] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\UndefinedMethodException: "Attempted to call an undefined method named "issSubmited" of class "Symfony\Component\Form\Form". Did you mean to call "isSubmitted"?" at F:\xampp\htdocs\symfobot\src\Controller\QuestController.php line 25 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\UndefinedMethodException(code: 0): Attempted to call an undefined method named \"issSubmited\" of class \"Symfony\\Component\\Form\\Form\".\nDid you mean to call \"isSubmitted\"? at F:\\xampp\\htdocs\\symfobot\\src\\Controller\\QuestController.php:25)"} [] [2019-09-11 15:02:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"da717c"},"request_uri":"http://127.0.0.1:8000/_wdt/da717c","method":"GET"} [] [2019-09-11 15:03:14] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:03:14] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:03:15] php.CRITICAL: Call to undefined method Symfony\Component\Form\Form::isSubmited() {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to undefined method Symfony\\Component\\Form\\Form::isSubmited() at F:\\xampp\\htdocs\\symfobot\\src\\Controller\\QuestController.php:25)"} [] [2019-09-11 15:03:15] request.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\UndefinedMethodException: "Attempted to call an undefined method named "isSubmited" of class "Symfony\Component\Form\Form". Did you mean to call "isSubmitted"?" at F:\xampp\htdocs\symfobot\src\Controller\QuestController.php line 25 {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\UndefinedMethodException(code: 0): Attempted to call an undefined method named \"isSubmited\" of class \"Symfony\\Component\\Form\\Form\".\nDid you mean to call \"isSubmitted\"? at F:\\xampp\\htdocs\\symfobot\\src\\Controller\\QuestController.php:25)"} [] [2019-09-11 15:03:15] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"eb9031"},"request_uri":"http://127.0.0.1:8000/_wdt/eb9031","method":"GET"} [] [2019-09-11 15:03:28] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:03:28] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:03:28] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:03:29] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"05f383"},"request_uri":"http://127.0.0.1:8000/_wdt/05f383","method":"GET"} [] [2019-09-11 15:03:48] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:03:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:03:49] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:03:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"317d1d"},"request_uri":"http://127.0.0.1:8000/_wdt/317d1d","method":"GET"} [] [2019-09-11 15:03:55] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:03:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:03:55] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:03:55] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e4ea70"},"request_uri":"http://127.0.0.1:8000/_wdt/e4ea70","method":"GET"} [] [2019-09-11 15:04:24] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:04:24] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:04:24] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:04:24] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bcddbf"},"request_uri":"http://127.0.0.1:8000/_wdt/bcddbf","method":"GET"} [] [2019-09-11 15:04:45] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:04:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:04:45] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ WHERE r0_.id IN (?) [["6"]] [] [2019-09-11 15:04:45] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:04:45] doctrine.DEBUG: INSERT INTO question (quest, repons_id) VALUES (?, ?) {"1":"quest8","2":6} [] [2019-09-11 15:04:45] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 15:04:45] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:04:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"93cd54"},"request_uri":"http://127.0.0.1:8000/_wdt/93cd54","method":"GET"} [] [2019-09-11 15:05:36] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:05:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:05:36] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ WHERE r0_.id IN (?) [["6"]] [] [2019-09-11 15:05:36] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:05:36] doctrine.DEBUG: INSERT INTO question (quest, repons_id) VALUES (?, ?) {"1":"quest8","2":6} [] [2019-09-11 15:05:36] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 15:05:36] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:05:37] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"56bc92"},"request_uri":"http://127.0.0.1:8000/_wdt/56bc92","method":"GET"} [] [2019-09-11 15:05:43] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:05:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:05:43] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:05:44] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e28c48"},"request_uri":"http://127.0.0.1:8000/_wdt/e28c48","method":"GET"} [] [2019-09-11 15:06:20] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:06:20] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:06:20] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:06:20] doctrine.DEBUG: INSERT INTO question (quest, repons_id) VALUES (?, ?) {"1":null,"2":null} [] [2019-09-11 15:06:20] doctrine.DEBUG: "ROLLBACK" [] [] [2019-09-11 15:06:20] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\NotNullConstraintViolationException: "An exception occurred while executing 'INSERT INTO question (quest, repons_id) VALUES (?, ?)' with params [null, null]: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'quest' cannot be null" at F:\xampp\htdocs\symfobot\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\NotNullConstraintViolationException(code: 0): An exception occurred while executing 'INSERT INTO question (quest, repons_id) VALUES (?, ?)' with params [null, null]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1048 Column 'quest' cannot be null at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:103, Doctrine\\DBAL\\Driver\\PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'quest' cannot be null at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:119, PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'quest' cannot be null at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:117)"} [] [2019-09-11 15:06:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ab9fe3"},"request_uri":"http://127.0.0.1:8000/_wdt/ab9fe3","method":"GET"} [] [2019-09-11 15:06:47] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:06:47] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:06:48] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:06:48] doctrine.DEBUG: INSERT INTO reponse (repons) VALUES (?) {"1":"test"} [] [2019-09-11 15:06:48] doctrine.DEBUG: INSERT INTO question (quest, repons_id) VALUES (?, ?) {"1":null,"2":null} [] [2019-09-11 15:06:48] doctrine.DEBUG: "ROLLBACK" [] [] [2019-09-11 15:06:48] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\NotNullConstraintViolationException: "An exception occurred while executing 'INSERT INTO question (quest, repons_id) VALUES (?, ?)' with params [null, null]: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'quest' cannot be null" at F:\xampp\htdocs\symfobot\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\NotNullConstraintViolationException(code: 0): An exception occurred while executing 'INSERT INTO question (quest, repons_id) VALUES (?, ?)' with params [null, null]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1048 Column 'quest' cannot be null at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:103, Doctrine\\DBAL\\Driver\\PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'quest' cannot be null at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:119, PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'quest' cannot be null at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:117)"} [] [2019-09-11 15:06:49] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"492acb"},"request_uri":"http://127.0.0.1:8000/_wdt/492acb","method":"GET"} [] [2019-09-11 15:07:43] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:07:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:07:44] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:07:44] doctrine.DEBUG: INSERT INTO question (quest, repons_id) VALUES (?, ?) {"1":null,"2":null} [] [2019-09-11 15:07:44] doctrine.DEBUG: "ROLLBACK" [] [] [2019-09-11 15:07:44] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\NotNullConstraintViolationException: "An exception occurred while executing 'INSERT INTO question (quest, repons_id) VALUES (?, ?)' with params [null, null]: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'quest' cannot be null" at F:\xampp\htdocs\symfobot\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php line 103 {"exception":"[object] (Doctrine\\DBAL\\Exception\\NotNullConstraintViolationException(code: 0): An exception occurred while executing 'INSERT INTO question (quest, repons_id) VALUES (?, ?)' with params [null, null]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1048 Column 'quest' cannot be null at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:103, Doctrine\\DBAL\\Driver\\PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'quest' cannot be null at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:119, PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'quest' cannot be null at F:\\xampp\\htdocs\\symfobot\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOStatement.php:117)"} [] [2019-09-11 15:07:45] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"662a5d"},"request_uri":"http://127.0.0.1:8000/_wdt/662a5d","method":"GET"} [] [2019-09-11 15:08:00] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:08:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:08:00] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Object of class Symfony\Component\Form\Form could not be converted to int" at F:\xampp\htdocs\symfobot\src\Controller\QuestController.php line 25 {"exception":"[object] (ErrorException(code: 0): Notice: Object of class Symfony\\Component\\Form\\Form could not be converted to int at F:\\xampp\\htdocs\\symfobot\\src\\Controller\\QuestController.php:25)"} [] [2019-09-11 15:08:01] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a50a8b"},"request_uri":"http://127.0.0.1:8000/_wdt/a50a8b","method":"GET"} [] [2019-09-11 15:08:22] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:08:22] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:08:22] request.CRITICAL: Uncaught PHP Exception ErrorException: "Notice: Object of class Symfony\Component\Form\Form could not be converted to number" at F:\xampp\htdocs\symfobot\src\Controller\QuestController.php line 25 {"exception":"[object] (ErrorException(code: 0): Notice: Object of class Symfony\\Component\\Form\\Form could not be converted to number at F:\\xampp\\htdocs\\symfobot\\src\\Controller\\QuestController.php:25)"} [] [2019-09-11 15:08:23] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"670a3e"},"request_uri":"http://127.0.0.1:8000/_wdt/670a3e","method":"GET"} [] [2019-09-11 15:08:35] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:08:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:08:36] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:08:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"61936e"},"request_uri":"http://127.0.0.1:8000/_wdt/61936e","method":"GET"} [] [2019-09-11 15:08:42] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:08:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:08:42] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:08:43] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9e5ecc"},"request_uri":"http://127.0.0.1:8000/_wdt/9e5ecc","method":"GET"} [] [2019-09-11 15:09:03] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:09:04] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:09:04] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:09:04] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc0399"},"request_uri":"http://127.0.0.1:8000/_wdt/cc0399","method":"GET"} [] [2019-09-11 15:09:51] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:09:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:09:52] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:09:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"773f23"},"request_uri":"http://127.0.0.1:8000/_wdt/773f23","method":"GET"} [] [2019-09-11 15:09:57] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:09:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:09:58] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:09:58] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"63fe20"},"request_uri":"http://127.0.0.1:8000/_wdt/63fe20","method":"GET"} [] [2019-09-11 15:10:21] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:10:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:10:21] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ WHERE r0_.id IN (?) [["1"]] [] [2019-09-11 15:10:21] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:10:22] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"59964f"},"request_uri":"http://127.0.0.1:8000/_wdt/59964f","method":"GET"} [] [2019-09-11 15:10:46] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:10:46] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:10:46] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ WHERE r0_.id IN (?) [["1"]] [] [2019-09-11 15:10:47] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:10:47] doctrine.DEBUG: INSERT INTO question (quest, repons_id) VALUES (?, ?) {"1":"test","2":1} [] [2019-09-11 15:10:47] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 15:10:47] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:10:47] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0b1808"},"request_uri":"http://127.0.0.1:8000/_wdt/0b1808","method":"GET"} [] [2019-09-11 15:10:50] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:10:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:10:51] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:10:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dec5d0"},"request_uri":"http://127.0.0.1:8000/_wdt/dec5d0","method":"GET"} [] [2019-09-11 15:11:12] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:11:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:11:13] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:11:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6c6aa7"},"request_uri":"http://127.0.0.1:8000/_wdt/6c6aa7","method":"GET"} [] [2019-09-11 15:11:33] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:11:33] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:11:33] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ WHERE r0_.id IN (?) [["1"]] [] [2019-09-11 15:11:33] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:11:33] doctrine.DEBUG: INSERT INTO question (quest, repons_id) VALUES (?, ?) {"1":"test2","2":1} [] [2019-09-11 15:11:33] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 15:11:34] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:11:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"88a76a"},"request_uri":"http://127.0.0.1:8000/_wdt/88a76a","method":"GET"} [] [2019-09-11 15:12:52] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:12:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:12:53] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ WHERE r0_.id IN (?) [["1"]] [] [2019-09-11 15:12:53] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:12:53] doctrine.DEBUG: INSERT INTO question (quest, repons_id) VALUES (?, ?) {"1":"test2","2":1} [] [2019-09-11 15:12:53] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 15:12:53] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:12:54] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8f22c8"},"request_uri":"http://127.0.0.1:8000/_wdt/8f22c8","method":"GET"} [] [2019-09-11 15:12:58] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:12:58] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:12:59] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:12:59] doctrine.DEBUG: INSERT INTO reponse (repons) VALUES (?) {"1":"test2"} [] [2019-09-11 15:12:59] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 15:12:59] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:12:59] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"024394"},"request_uri":"http://127.0.0.1:8000/_wdt/024394","method":"GET"} [] [2019-09-11 15:13:27] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:13:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:13:27] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:13:27] doctrine.DEBUG: INSERT INTO reponse (repons) VALUES (?) {"1":"test2"} [] [2019-09-11 15:13:27] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 15:13:27] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:13:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c2c388"},"request_uri":"http://127.0.0.1:8000/_wdt/c2c388","method":"GET"} [] [2019-09-11 15:13:40] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:13:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:13:41] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:13:41] doctrine.DEBUG: INSERT INTO reponse (repons) VALUES (?) {"1":"test2"} [] [2019-09-11 15:13:41] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 15:13:41] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:13:41] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ee9bd9"},"request_uri":"http://127.0.0.1:8000/_wdt/ee9bd9","method":"GET"} [] [2019-09-11 15:14:32] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:14:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:14:32] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:14:32] doctrine.DEBUG: INSERT INTO reponse (repons) VALUES (?) {"1":"test2"} [] [2019-09-11 15:14:32] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 15:14:32] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:14:33] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ccba64"},"request_uri":"http://127.0.0.1:8000/_wdt/ccba64","method":"GET"} [] [2019-09-11 15:14:39] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:14:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:14:39] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:14:39] doctrine.DEBUG: INSERT INTO reponse (repons) VALUES (?) {"1":"houssem"} [] [2019-09-11 15:14:39] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 15:14:39] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:14:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"278829"},"request_uri":"http://127.0.0.1:8000/_wdt/278829","method":"GET"} [] [2019-09-11 15:14:50] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:14:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:14:51] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:14:51] doctrine.DEBUG: INSERT INTO reponse (repons) VALUES (?) {"1":"houssem"} [] [2019-09-11 15:14:51] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 15:14:51] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:14:51] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"279be7"},"request_uri":"http://127.0.0.1:8000/_wdt/279be7","method":"GET"} [] [2019-09-11 15:16:18] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:16:18] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:16:18] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:16:18] doctrine.DEBUG: INSERT INTO reponse (repons) VALUES (?) {"1":"houssem"} [] [2019-09-11 15:16:18] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 15:16:18] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:16:19] php.INFO: User Deprecated: You are calling "form_row" for field "repons" which has already been rendered before, trying to render fields which were already rendered is deprecated since Symfony 4.2 and will throw an exception in 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: You are calling \"form_row\" for field \"repons\" which has already been rendered before, trying to render fields which were already rendered is deprecated since Symfony 4.2 and will throw an exception in 5.0. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\form\\FormRenderer.php:136)"} [] [2019-09-11 15:16:19] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e73c40"},"request_uri":"http://127.0.0.1:8000/_wdt/e73c40","method":"GET"} [] [2019-09-11 15:16:29] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:16:29] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:16:29] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:16:29] doctrine.DEBUG: INSERT INTO reponse (repons) VALUES (?) {"1":"houssem"} [] [2019-09-11 15:16:29] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 15:16:29] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:16:29] php.INFO: User Deprecated: You are calling "form_row" for field "repons" which has already been rendered before, trying to render fields which were already rendered is deprecated since Symfony 4.2 and will throw an exception in 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: You are calling \"form_row\" for field \"repons\" which has already been rendered before, trying to render fields which were already rendered is deprecated since Symfony 4.2 and will throw an exception in 5.0. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\form\\FormRenderer.php:136)"} [] [2019-09-11 15:16:30] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c8fc6e"},"request_uri":"http://127.0.0.1:8000/_wdt/c8fc6e","method":"GET"} [] [2019-09-11 15:16:51] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:16:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:16:51] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:16:52] doctrine.DEBUG: INSERT INTO reponse (repons) VALUES (?) {"1":"houssem"} [] [2019-09-11 15:16:52] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 15:16:52] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:16:52] php.INFO: User Deprecated: You are calling "form_row" for field "repons" which has already been rendered before, trying to render fields which were already rendered is deprecated since Symfony 4.2 and will throw an exception in 5.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: You are calling \"form_row\" for field \"repons\" which has already been rendered before, trying to render fields which were already rendered is deprecated since Symfony 4.2 and will throw an exception in 5.0. at F:\\xampp\\htdocs\\symfobot\\vendor\\symfony\\form\\FormRenderer.php:136)"} [] [2019-09-11 15:16:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"35ebb1"},"request_uri":"http://127.0.0.1:8000/_wdt/35ebb1","method":"GET"} [] [2019-09-11 15:18:32] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:18:32] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:18:32] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:18:32] doctrine.DEBUG: INSERT INTO reponse (repons) VALUES (?) {"1":"houssem"} [] [2019-09-11 15:18:32] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 15:18:32] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:18:32] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "reponse" nor one of the methods "reponse()", "getreponse()"/"isreponse()"/"hasreponse()" or "__call()" exist and have public access in class "Symfony\Component\Form\FormView"." at F:\xampp\htdocs\symfobot\templates\quest\index.html.twig line 23 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"reponse\" nor one of the methods \"reponse()\", \"getreponse()\"/\"isreponse()\"/\"hasreponse()\" or \"__call()\" exist and have public access in class \"Symfony\\Component\\Form\\FormView\". at F:\\xampp\\htdocs\\symfobot\\templates\\quest\\index.html.twig:23)"} [] [2019-09-11 15:18:34] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"025c01"},"request_uri":"http://127.0.0.1:8000/_wdt/025c01","method":"GET"} [] [2019-09-11 15:19:55] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:19:55] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:19:55] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:19:55] doctrine.DEBUG: INSERT INTO reponse (repons) VALUES (?) {"1":"houssem"} [] [2019-09-11 15:19:55] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 15:19:55] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:19:56] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"929daa"},"request_uri":"http://127.0.0.1:8000/_wdt/929daa","method":"GET"} [] [2019-09-11 15:20:34] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:20:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:20:35] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ WHERE r0_.id IN (?) [["18"]] [] [2019-09-11 15:20:35] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:20:35] doctrine.DEBUG: INSERT INTO question (quest, repons_id) VALUES (?, ?) {"1":"houssemmaryem","2":18} [] [2019-09-11 15:20:35] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 15:20:35] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:20:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"95ebc5"},"request_uri":"http://127.0.0.1:8000/_wdt/95ebc5","method":"GET"} [] [2019-09-11 15:21:16] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:21:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:21:16] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ WHERE r0_.id IN (?) [["18"]] [] [2019-09-11 15:21:16] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:21:16] doctrine.DEBUG: INSERT INTO question (quest, repons_id) VALUES (?, ?) {"1":"houssemmaryem","2":18} [] [2019-09-11 15:21:16] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 15:21:16] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:21:17] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2d7b2f"},"request_uri":"http://127.0.0.1:8000/_wdt/2d7b2f","method":"GET"} [] [2019-09-11 15:21:35] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:21:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:21:35] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ WHERE r0_.id IN (?) [["18"]] [] [2019-09-11 15:21:35] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:21:35] doctrine.DEBUG: INSERT INTO question (quest, repons_id) VALUES (?, ?) {"1":"houssemmaryem","2":18} [] [2019-09-11 15:21:35] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 15:21:35] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:21:35] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c1a578"},"request_uri":"http://127.0.0.1:8000/_wdt/c1a578","method":"GET"} [] [2019-09-11 15:21:52] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:21:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:21:52] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ WHERE r0_.id IN (?) [["18"]] [] [2019-09-11 15:21:52] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:21:52] doctrine.DEBUG: INSERT INTO question (quest, repons_id) VALUES (?, ?) {"1":"houssemmaryem","2":18} [] [2019-09-11 15:21:52] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 15:21:52] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:21:53] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"75193a"},"request_uri":"http://127.0.0.1:8000/_wdt/75193a","method":"GET"} [] [2019-09-11 15:24:17] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:24:17] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:24:17] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ WHERE r0_.id IN (?) [["18"]] [] [2019-09-11 15:24:17] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:24:17] doctrine.DEBUG: INSERT INTO question (quest, repons_id) VALUES (?, ?) {"1":"houssemmaryem","2":18} [] [2019-09-11 15:24:17] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 15:24:17] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:24:18] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7b38d0"},"request_uri":"http://127.0.0.1:8000/_wdt/7b38d0","method":"GET"} [] [2019-09-11 15:24:45] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:24:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:24:45] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ WHERE r0_.id IN (?) [["18"]] [] [2019-09-11 15:24:45] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:24:45] doctrine.DEBUG: INSERT INTO question (quest, repons_id) VALUES (?, ?) {"1":"houssemmaryem","2":18} [] [2019-09-11 15:24:45] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 15:24:45] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:24:46] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd38ad"},"request_uri":"http://127.0.0.1:8000/_wdt/dd38ad","method":"GET"} [] [2019-09-11 15:25:27] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:25:27] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:25:27] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:25:27] doctrine.DEBUG: INSERT INTO reponse (repons) VALUES (?) {"1":"maryem"} [] [2019-09-11 15:25:27] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 15:25:27] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:25:28] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fd8b58"},"request_uri":"http://127.0.0.1:8000/_wdt/fd8b58","method":"GET"} [] [2019-09-11 15:25:38] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:25:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:25:38] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:25:38] doctrine.DEBUG: INSERT INTO reponse (repons) VALUES (?) {"1":"maryem"} [] [2019-09-11 15:25:38] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 15:25:38] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:25:39] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9c2166"},"request_uri":"http://127.0.0.1:8000/_wdt/9c2166","method":"GET"} [] [2019-09-11 15:35:59] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:35:59] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:35:59] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:35:59] doctrine.DEBUG: INSERT INTO reponse (repons) VALUES (?) {"1":"maryem"} [] [2019-09-11 15:35:59] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 15:35:59] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:36:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e6afc3"},"request_uri":"http://127.0.0.1:8000/_wdt/e6afc3","method":"GET"} [] [2019-09-11 15:36:07] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:36:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:36:07] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:36:07] doctrine.DEBUG: INSERT INTO reponse (repons) VALUES (?) {"1":"maryemhoss"} [] [2019-09-11 15:36:07] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 15:36:07] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:36:08] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"67dfe5"},"request_uri":"http://127.0.0.1:8000/_wdt/67dfe5","method":"GET"} [] [2019-09-11 15:36:13] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:36:13] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:36:13] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:36:13] doctrine.DEBUG: INSERT INTO reponse (repons) VALUES (?) {"1":"maryemhoss"} [] [2019-09-11 15:36:13] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 15:36:13] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:36:13] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5cff52"},"request_uri":"http://127.0.0.1:8000/_wdt/5cff52","method":"GET"} [] [2019-09-11 15:37:39] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:37:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:37:39] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:37:39] doctrine.DEBUG: INSERT INTO reponse (repons) VALUES (?) {"1":"maryemhoss"} [] [2019-09-11 15:37:39] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 15:37:40] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:37:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6c83db"},"request_uri":"http://127.0.0.1:8000/_wdt/6c83db","method":"GET"} [] [2019-09-11 15:39:39] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:39:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:39:39] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:39:39] doctrine.DEBUG: INSERT INTO reponse (repons) VALUES (?) {"1":"maryemhoss"} [] [2019-09-11 15:39:39] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 15:39:39] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:39:40] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d45609"},"request_uri":"http://127.0.0.1:8000/_wdt/d45609","method":"GET"} [] [2019-09-11 15:40:06] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:40:06] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:40:06] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:40:06] doctrine.DEBUG: INSERT INTO reponse (repons) VALUES (?) {"1":"maryemhoss"} [] [2019-09-11 15:40:06] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 15:40:06] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:40:06] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"90ffef"},"request_uri":"http://127.0.0.1:8000/_wdt/90ffef","method":"GET"} [] [2019-09-11 15:59:21] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:59:21] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:59:21] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:59:21] doctrine.DEBUG: INSERT INTO reponse (repons) VALUES (?) {"1":"testhoussem"} [] [2019-09-11 15:59:21] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 15:59:21] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:59:21] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3cccff"},"request_uri":"http://127.0.0.1:8000/_wdt/3cccff","method":"GET"} [] [2019-09-11 15:59:36] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 15:59:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 15:59:36] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ WHERE r0_.id IN (?) [["27"]] [] [2019-09-11 15:59:36] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 15:59:36] doctrine.DEBUG: INSERT INTO question (quest, repons_id) VALUES (?, ?) {"1":"testhoussem","2":27} [] [2019-09-11 15:59:36] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 15:59:36] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 15:59:36] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"733bcf"},"request_uri":"http://127.0.0.1:8000/_wdt/733bcf","method":"GET"} [] [2019-09-11 16:00:52] request.INFO: Matched route "quest". {"route":"quest","route_parameters":{"_route":"quest","_controller":"App\\Controller\\QuestController::index"},"request_uri":"http://127.0.0.1:8000/quest","method":"POST"} [] [2019-09-11 16:00:52] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2019-09-11 16:00:52] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ WHERE r0_.id IN (?) [["27"]] [] [2019-09-11 16:00:52] doctrine.DEBUG: "START TRANSACTION" [] [] [2019-09-11 16:00:52] doctrine.DEBUG: INSERT INTO question (quest, repons_id) VALUES (?, ?) {"1":"testhoussem1","2":27} [] [2019-09-11 16:00:52] doctrine.DEBUG: "COMMIT" [] [] [2019-09-11 16:00:52] doctrine.DEBUG: SELECT r0_.id AS id_0, r0_.repons AS repons_1 FROM reponse r0_ [] [] [2019-09-11 16:00:52] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3a4d34"},"request_uri":"http://127.0.0.1:8000/_wdt/3a4d34","method":"GET"} []