[2022-06-05T22:19:37.892090+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://acdg.benjamin-sampic.fr/login","method":"POST"} [] [2022-06-05T22:19:37.900068+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T22:19:37.900106+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T22:19:38.002404+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T22:19:38.019636+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM user t0 WHERE t0.username = ? LIMIT 1 (parameters: array{"1":"admin"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM user t0 WHERE t0.username = ? LIMIT 1","params":{"1":"admin"},"types":{"1":2}} [] [2022-06-05T22:19:38.209730+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing a query: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'benjamincbdemos.user' doesn't exist" at /home/benjamincb/demos/acdg/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 51 {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 1146): An exception occurred while executing a query: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'benjamincbdemos.user' doesn't exist at /home/benjamincb/demos/acdg/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:51)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1146): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'benjamincbdemos.user' doesn't exist at /home/benjamincb/demos/acdg/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:30)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'benjamincbdemos.user' doesn't exist at /home/benjamincb/demos/acdg/vendor/doctrine/dbal/src/Driver/PDO/Statement.php:101)"} [] [2022-06-05T22:19:38.673296+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T22:19:38.815080+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T22:19:39.158131+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T22:19:39.560190+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0009e8"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/0009e8","method":"GET"} [] [2022-06-05T22:22:52.860489+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://acdg.benjamin-sampic.fr/login","method":"POST"} [] [2022-06-05T22:22:52.867955+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T22:22:52.868052+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T22:22:52.946311+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T22:22:52.952289+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.username = ? LIMIT 1 (parameters: array{"1":"admin"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.username = ? LIMIT 1","params":{"1":"admin"},"types":{"1":2}} [] [2022-06-05T22:22:53.657113+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken":"PostAuthenticationToken(user=\"admin\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T22:22:53.662007+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T22:22:53.680689+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T22:22:53.733393+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T22:22:53.760742+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T22:22:53.788983+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T22:22:53.995780+02:00] request.INFO: Matched route "index_logged_in". {"route":"index_logged_in","route_parameters":{"_route":"index_logged_in","_controller":"App\\Controller\\IndexController::indexLoggedIn"},"request_uri":"http://acdg.benjamin-sampic.fr/index","method":"GET"} [] [2022-06-05T22:22:54.001690+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T22:22:54.001748+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T22:22:54.001782+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T22:22:54.505297+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T22:22:54.508843+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_animal t0 {"sql":"SELECT COUNT(*) FROM acdg_animal t0"} [] [2022-06-05T22:22:54.763037+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ WHERE a0_.id NOT IN (SELECT a1_.id FROM acdg_animal a1_ LEFT JOIN acdg_family_animal a2_ ON a1_.id = a2_.animal_id WHERE a2_.date_adoption < ? AND (a2_.date_back > ? OR a2_.date_back IS NULL)) (parameters: array{"1":"2022-06-05 22:22:54","2":"2022-06-05 22:22:54"}, types: array{"1":2,"2":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ WHERE a0_.id NOT IN (SELECT a1_.id FROM acdg_animal a1_ LEFT JOIN acdg_family_animal a2_ ON a1_.id = a2_.animal_id WHERE a2_.date_adoption < ? AND (a2_.date_back > ? OR a2_.date_back IS NULL))","params":{"1":"2022-06-05 22:22:54","2":"2022-06-05 22:22:54"},"types":{"1":2,"2":2}} [] [2022-06-05T22:22:54.809048+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_family t0 {"sql":"SELECT COUNT(*) FROM acdg_family t0"} [] [2022-06-05T22:22:54.810716+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_veterinary t0 {"sql":"SELECT COUNT(*) FROM acdg_veterinary t0"} [] [2022-06-05T22:22:54.813539+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_family_animal t0 {"sql":"SELECT COUNT(*) FROM acdg_family_animal t0"} [] [2022-06-05T22:22:54.816454+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_animal_health_check t0 {"sql":"SELECT COUNT(*) FROM acdg_animal_health_check t0"} [] [2022-06-05T22:22:54.817840+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_payment t0 {"sql":"SELECT COUNT(*) FROM acdg_payment t0"} [] [2022-06-05T22:22:55.101218+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T22:22:55.105544+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T22:22:55.110376+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T22:22:55.121807+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T22:22:55.317786+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T22:22:55.329468+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T22:22:55.364205+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T22:22:55.920125+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc85cb"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/cc85cb","method":"GET"} [] [2022-06-05T23:09:11.588355+02:00] request.INFO: Matched route "family_animal_edit". {"route":"family_animal_edit","route_parameters":{"_route":"family_animal_edit","_controller":"App\\Controller\\FamilyAnimalController::edit","id":"27"},"request_uri":"http://acdg.benjamin-sampic.fr/family/animal/27/edit","method":"GET"} [] [2022-06-05T23:09:11.602371+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:09:11.602419+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:09:11.602457+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:09:11.899446+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:09:11.905016+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.id = ? (parameters: array{"1":"27"}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.id = ?","params":{"1":"27"},"types":{"1":1}} [] [2022-06-05T23:09:12.092960+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:09:12.159290+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ? (parameters: array{"1":15}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ?","params":{"1":15},"types":{"1":1}} [] [2022-06-05T23:09:12.263531+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_ {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_"} [] [2022-06-05T23:09:12.265715+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 WHERE t0.id = ? (parameters: array{"1":7}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 WHERE t0.id = ?","params":{"1":7},"types":{"1":1}} [] [2022-06-05T23:09:12.276870+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:09:12.339810+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ? (parameters: array{"1":89}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ?","params":{"1":89},"types":{"1":1}} [] [2022-06-05T23:09:12.344060+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:09:12.345629+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_"} [] [2022-06-05T23:09:12.359450+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_animal_type a0_ {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_animal_type a0_"} [] [2022-06-05T23:09:12.360500+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_ {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_"} [] [2022-06-05T23:09:12.441661+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:09:12.443763+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:09:12.444548+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:09:12.589764+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:09:12.736870+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:09:12.824400+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:09:12.914349+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:09:13.407890+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"60460f"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/60460f","method":"GET"} [] [2022-06-05T23:09:22.932785+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"60460f"},"request_uri":"http://acdg.benjamin-sampic.fr/_profiler/60460f?panel=logger","method":"GET"} [] [2022-06-05T23:09:30.350608+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"60460f"},"request_uri":"http://acdg.benjamin-sampic.fr/_profiler/60460f?panel=translation","method":"GET"} [] [2022-06-05T23:09:33.523436+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"60460f"},"request_uri":"http://acdg.benjamin-sampic.fr/_profiler/60460f?panel=logger","method":"GET"} [] [2022-06-05T23:09:35.329686+02:00] request.INFO: Matched route "family_animal_edit". {"route":"family_animal_edit","route_parameters":{"_route":"family_animal_edit","_controller":"App\\Controller\\FamilyAnimalController::edit","id":"27"},"request_uri":"http://acdg.benjamin-sampic.fr/family/animal/27/edit","method":"GET"} [] [2022-06-05T23:09:35.335122+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:09:35.335166+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:09:35.335203+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:09:35.387638+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:09:35.391416+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.id = ? (parameters: array{"1":"27"}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.id = ?","params":{"1":"27"},"types":{"1":1}} [] [2022-06-05T23:09:35.446244+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:09:35.456236+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ? (parameters: array{"1":15}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ?","params":{"1":15},"types":{"1":1}} [] [2022-06-05T23:09:35.476688+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_ {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_"} [] [2022-06-05T23:09:35.478094+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 WHERE t0.id = ? (parameters: array{"1":7}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 WHERE t0.id = ?","params":{"1":7},"types":{"1":1}} [] [2022-06-05T23:09:35.480920+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:09:35.488589+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ? (parameters: array{"1":89}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ?","params":{"1":89},"types":{"1":1}} [] [2022-06-05T23:09:35.492198+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:09:35.493168+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_"} [] [2022-06-05T23:09:35.498226+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_animal_type a0_ {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_animal_type a0_"} [] [2022-06-05T23:09:35.499016+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_ {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_"} [] [2022-06-05T23:09:35.505517+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:09:35.506315+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:09:35.506866+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:09:35.551170+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:09:35.571538+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:09:35.581221+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:09:35.616395+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:09:36.177776+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"409ee6"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/409ee6","method":"GET"} [] [2022-06-05T23:09:38.825424+02:00] request.INFO: Matched route "family_animal_edit". {"route":"family_animal_edit","route_parameters":{"_route":"family_animal_edit","_controller":"App\\Controller\\FamilyAnimalController::edit","id":"27"},"request_uri":"http://acdg.benjamin-sampic.fr/family/animal/27/edit","method":"POST"} [] [2022-06-05T23:09:38.839617+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:09:38.882012+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:09:38.886194+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:09:38.894264+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:09:38.894343+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:09:38.894377+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:09:38.895928+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:09:38.907816+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.id = ? (parameters: array{"1":"27"}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.id = ?","params":{"1":"27"},"types":{"1":1}} [] [2022-06-05T23:09:38.965211+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:09:38.972444+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ? (parameters: array{"1":15}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ?","params":{"1":15},"types":{"1":1}} [] [2022-06-05T23:09:38.997082+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_ WHERE a0_.id IN (?) (parameters: array{"1":"23"}, types: array{"1":1}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_ WHERE a0_.id IN (?)","params":{"1":"23"},"types":{"1":1}} [] [2022-06-05T23:09:38.999151+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ WHERE a0_.id IN (?) (parameters: array{"1":"15"}, types: array{"1":1}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ WHERE a0_.id IN (?)","params":{"1":"15"},"types":{"1":1}} [] [2022-06-05T23:09:39.736123+02:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.4: Method "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::getDoctrine()" is deprecated, inject an instance of ManagerRegistry in your controller instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.4: Method \"Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController::getDoctrine()\" is deprecated, inject an instance of ManagerRegistry in your controller instead. at /home/benjamincb/demos/acdg/vendor/symfony/framework-bundle/Controller/AbstractController.php:386)"} [] [2022-06-05T23:09:39.744311+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:09:39.763133+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:09:39.775550+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:09:39.810570+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:09:39.933389+02:00] request.INFO: Matched route "family_animal_show". {"route":"family_animal_show","route_parameters":{"_route":"family_animal_show","_controller":"App\\Controller\\FamilyAnimalController::show","id":"27"},"request_uri":"http://acdg.benjamin-sampic.fr/family/animal/27","method":"GET"} [] [2022-06-05T23:09:39.938750+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:09:39.938792+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:09:39.938824+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:09:39.990665+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:09:39.994237+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.id = ? (parameters: array{"1":"27"}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.id = ?","params":{"1":"27"},"types":{"1":1}} [] [2022-06-05T23:09:40.042723+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:09:40.045663+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:09:40.048731+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:09:40.049106+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ? (parameters: array{"1":15}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ?","params":{"1":15},"types":{"1":1}} [] [2022-06-05T23:09:40.053448+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:09:40.071169+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:09:40.083329+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:09:40.095071+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:09:40.117502+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:09:40.569027+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8caf87"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/8caf87","method":"GET"} [] [2022-06-05T23:09:46.400575+02:00] request.INFO: Matched route "animal_index". {"route":"animal_index","route_parameters":{"_route":"animal_index","_controller":"App\\Controller\\AnimalController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/animal/","method":"GET"} [] [2022-06-05T23:09:46.414453+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:09:46.414522+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:09:46.414563+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:09:46.585214+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:09:46.589284+02:00] doctrine.DEBUG: Executing query: SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_"} [] [2022-06-05T23:09:46.598056+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_ ORDER BY a0_.id ASC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_ ORDER BY a0_.id ASC LIMIT 5"} [] [2022-06-05T23:09:46.652882+02:00] doctrine.DEBUG: Executing query: SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 {"sql":"SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0"} [] [2022-06-05T23:09:46.722266+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:09:46.733692+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:09:46.744886+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:09:46.754610+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:09:46.778924+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ? (parameters: array{"1":89}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ?","params":{"1":89},"types":{"1":1}} [] [2022-06-05T23:09:46.791960+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:09:46.835628+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:09:46.888964+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:09:46.905816+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:09:46.954290+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:09:47.381245+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"124bf7"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/124bf7","method":"GET"} [] [2022-06-05T23:09:50.784934+02:00] request.INFO: Matched route "document_show". {"route":"document_show","route_parameters":{"_route":"document_show","_controller":"App\\Controller\\DocumentController::show","id":"89"},"request_uri":"http://acdg.benjamin-sampic.fr/document/89","method":"GET"} [] [2022-06-05T23:09:50.790091+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:09:50.790131+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:09:50.790163+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:09:50.852003+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:09:50.855946+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ? (parameters: array{"1":"89"}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ?","params":{"1":"89"},"types":{"1":1}} [] [2022-06-05T23:09:50.925552+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:09:50.926332+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:09:50.927317+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:09:50.931666+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:09:50.936589+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 WHERE t0.id = ? (parameters: array{"1":7}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 WHERE t0.id = ?","params":{"1":7},"types":{"1":1}} [] [2022-06-05T23:09:50.943783+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:09:50.957427+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:09:50.967938+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:09:50.989884+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:09:51.576493+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"444da9"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/444da9","method":"GET"} [] [2022-06-05T23:10:14.507026+02:00] request.INFO: Matched route "family_index". {"route":"family_index","route_parameters":{"_route":"family_index","_controller":"App\\Controller\\FamilyController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/family/","method":"GET"} [] [2022-06-05T23:10:14.515105+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:10:14.515161+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:10:14.515196+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:10:14.661166+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:10:14.664534+02:00] doctrine.DEBUG: Executing query: SELECT count(a0_.id) AS sclr_0 FROM acdg_family a0_ {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_family a0_"} [] [2022-06-05T23:10:14.674509+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ ORDER BY a0_.deleted ASC, a0_.name ASC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ ORDER BY a0_.deleted ASC, a0_.name ASC LIMIT 5"} [] [2022-06-05T23:10:14.726792+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:10:14.731765+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:10:14.736644+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:10:14.747709+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE ((t0.date_back IS NULL OR t0.date_back >= ?) AND t0.family_id = ?) ORDER BY t0.date_adoption DESC (parameters: array{"1":"2022-06-05","2":15}, types: array{"1":2,"2":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE ((t0.date_back IS NULL OR t0.date_back >= ?) AND t0.family_id = ?) ORDER BY t0.date_adoption DESC","params":{"1":"2022-06-05","2":15},"types":{"1":2,"2":1}} [] [2022-06-05T23:10:14.774072+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:10:14.799322+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:10:14.807501+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:10:14.836832+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:10:15.454240+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fd5fe2"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/fd5fe2","method":"GET"} [] [2022-06-05T23:10:17.154516+02:00] request.INFO: Matched route "veterinary_index". {"route":"veterinary_index","route_parameters":{"_route":"veterinary_index","_controller":"App\\Controller\\VeterinaryController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/veterinary/","method":"GET"} [] [2022-06-05T23:10:17.171035+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:10:17.171142+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:10:17.171190+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:10:17.314302+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:10:17.319783+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_veterinary a0_ WHERE a0_.name LIKE ? (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_veterinary a0_ WHERE a0_.name LIKE ?","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-05T23:10:17.330218+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.address AS address_2, a0_.postal_code AS postal_code_3, a0_.city AS city_4, a0_.country AS country_5, a0_.phone AS phone_6, a0_.mail AS mail_7, a0_.website AS website_8 FROM acdg_veterinary a0_ WHERE a0_.name LIKE ? ORDER BY a0_.name ASC LIMIT 10 (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.address AS address_2, a0_.postal_code AS postal_code_3, a0_.city AS city_4, a0_.country AS country_5, a0_.phone AS phone_6, a0_.mail AS mail_7, a0_.website AS website_8 FROM acdg_veterinary a0_ WHERE a0_.name LIKE ? ORDER BY a0_.name ASC LIMIT 10","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-05T23:10:17.424710+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:10:17.440017+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:10:17.453605+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:10:17.472857+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:10:17.512943+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:10:17.531355+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:10:17.575393+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:10:18.018229+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a89296"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/a89296","method":"GET"} [] [2022-06-05T23:10:22.626151+02:00] request.INFO: Matched route "payment_index". {"route":"payment_index","route_parameters":{"_route":"payment_index","_controller":"App\\Controller\\PaymentController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/payment/","method":"GET"} [] [2022-06-05T23:10:22.634340+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:10:22.634430+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:10:22.634488+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:10:22.750610+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:10:22.754426+02:00] doctrine.DEBUG: Executing statement: SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_payment a0_ INNER JOIN acdg_payment_line a1_ ON a0_.id = a1_.payment_id WHERE a0_.name LIKE ? OR a0_.description LIKE ? OR a1_.name LIKE ? OR a1_.description LIKE ? (parameters: array{"1":"%%","2":"%%","3":"%%","4":"%%"}, types: array{"1":2,"2":2,"3":2,"4":2}) {"sql":"SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_payment a0_ INNER JOIN acdg_payment_line a1_ ON a0_.id = a1_.payment_id WHERE a0_.name LIKE ? OR a0_.description LIKE ? OR a1_.name LIKE ? OR a1_.description LIKE ?","params":{"1":"%%","2":"%%","3":"%%","4":"%%"},"types":{"1":2,"2":2,"3":2,"4":2}} [] [2022-06-05T23:10:22.770778+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.reference AS reference_2, a0_.type AS type_3, a0_.amount AS amount_4, a0_.date_payment AS date_payment_5, a0_.description AS description_6, a0_.date_added AS date_added_7, a0_.mean_of_payment_id AS mean_of_payment_id_8 FROM acdg_payment a0_ WHERE a0_.id IN (SELECT a1_.id FROM acdg_payment a1_ INNER JOIN acdg_payment_line a2_ ON a1_.id = a2_.payment_id WHERE a1_.name LIKE ? OR a1_.description LIKE ? OR a2_.name LIKE ? OR a2_.description LIKE ?) ORDER BY a0_.date_payment DESC LIMIT 5 (parameters: array{"1":"%%","2":"%%","3":"%%","4":"%%"}, types: array{"1":2,"2":2,"3":2,"4":2}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.reference AS reference_2, a0_.type AS type_3, a0_.amount AS amount_4, a0_.date_payment AS date_payment_5, a0_.description AS description_6, a0_.date_added AS date_added_7, a0_.mean_of_payment_id AS mean_of_payment_id_8 FROM acdg_payment a0_ WHERE a0_.id IN (SELECT a1_.id FROM acdg_payment a1_ INNER JOIN acdg_payment_line a2_ ON a1_.id = a2_.payment_id WHERE a1_.name LIKE ? OR a1_.description LIKE ? OR a2_.name LIKE ? OR a2_.description LIKE ?) ORDER BY a0_.date_payment DESC LIMIT 5","params":{"1":"%%","2":"%%","3":"%%","4":"%%"},"types":{"1":2,"2":2,"3":2,"4":2}} [] [2022-06-05T23:10:22.881408+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:10:22.889891+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:10:22.893926+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:10:23.095131+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:10:23.162184+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:10:23.171796+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:10:23.204695+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:10:23.686309+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3126d9"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/3126d9","method":"GET"} [] [2022-06-05T23:10:26.097562+02:00] request.INFO: Matched route "animal_health_check_index". {"route":"animal_health_check_index","route_parameters":{"_route":"animal_health_check_index","_controller":"App\\Controller\\AnimalHealthCheckController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/animal/health/check/","method":"GET"} [] [2022-06-05T23:10:26.103114+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:10:26.103165+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:10:26.103198+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:10:26.189426+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:10:26.193556+02:00] doctrine.DEBUG: Executing statement: SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_animal_health_check a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_veterinary a2_ ON a0_.veterinary_id = a2_.id WHERE a1_.name LIKE ? OR a2_.name LIKE ? OR a0_.description LIKE ? (parameters: array{"1":"%%","2":"%%","3":"%%"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_animal_health_check a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_veterinary a2_ ON a0_.veterinary_id = a2_.id WHERE a1_.name LIKE ? OR a2_.name LIKE ? OR a0_.description LIKE ?","params":{"1":"%%","2":"%%","3":"%%"},"types":{"1":2,"2":2,"3":2}} [] [2022-06-05T23:10:26.204654+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.date_visit AS date_visit_1, a0_.description AS description_2, a0_.price AS price_3, a0_.symptoms AS symptoms_4, a0_.veterinary_diagnostic AS veterinary_diagnostic_5, a0_.medications AS medications_6, a0_.animal_weight AS animal_weight_7, a0_.animal_id AS animal_id_8, a0_.veterinary_id AS veterinary_id_9 FROM acdg_animal_health_check a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_veterinary a2_ ON a0_.veterinary_id = a2_.id WHERE a1_.name LIKE ? OR a2_.name LIKE ? OR a0_.description LIKE ? ORDER BY a0_.date_visit DESC LIMIT 10 (parameters: array{"1":"%%","2":"%%","3":"%%"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT a0_.id AS id_0, a0_.date_visit AS date_visit_1, a0_.description AS description_2, a0_.price AS price_3, a0_.symptoms AS symptoms_4, a0_.veterinary_diagnostic AS veterinary_diagnostic_5, a0_.medications AS medications_6, a0_.animal_weight AS animal_weight_7, a0_.animal_id AS animal_id_8, a0_.veterinary_id AS veterinary_id_9 FROM acdg_animal_health_check a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_veterinary a2_ ON a0_.veterinary_id = a2_.id WHERE a1_.name LIKE ? OR a2_.name LIKE ? OR a0_.description LIKE ? ORDER BY a0_.date_visit DESC LIMIT 10","params":{"1":"%%","2":"%%","3":"%%"},"types":{"1":2,"2":2,"3":2}} [] [2022-06-05T23:10:26.277465+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:10:26.284322+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:10:26.288125+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:10:26.296358+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:10:26.318073+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:10:26.333778+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:10:26.364326+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:10:26.829317+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"25a98a"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/25a98a","method":"GET"} [] [2022-06-05T23:10:28.299818+02:00] request.INFO: Matched route "family_animal_index". {"route":"family_animal_index","route_parameters":{"_route":"family_animal_index","_controller":"App\\Controller\\FamilyAnimalController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/family/animal/","method":"GET"} [] [2022-06-05T23:10:28.305364+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:10:28.305414+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:10:28.305447+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:10:28.404896+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:10:28.407858+02:00] doctrine.DEBUG: Executing query: SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_family_animal a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_family a2_ ON a0_.family_id = a2_.id {"sql":"SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_family_animal a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_family a2_ ON a0_.family_id = a2_.id"} [] [2022-06-05T23:10:28.413173+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.date_adoption AS date_adoption_1, a0_.date_back AS date_back_2, a0_.type_adoption AS type_adoption_3, a0_.family_id AS family_id_4, a0_.animal_id AS animal_id_5 FROM acdg_family_animal a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_family a2_ ON a0_.family_id = a2_.id ORDER BY a0_.date_adoption DESC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.date_adoption AS date_adoption_1, a0_.date_back AS date_back_2, a0_.type_adoption AS type_adoption_3, a0_.family_id AS family_id_4, a0_.animal_id AS animal_id_5 FROM acdg_family_animal a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_family a2_ ON a0_.family_id = a2_.id ORDER BY a0_.date_adoption DESC LIMIT 5"} [] [2022-06-05T23:10:28.469389+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:10:28.473390+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:10:28.476881+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:10:28.477480+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ? (parameters: array{"1":15}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ?","params":{"1":15},"types":{"1":1}} [] [2022-06-05T23:10:28.492218+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:10:28.499166+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:10:28.507560+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ? (parameters: array{"1":89}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ?","params":{"1":89},"types":{"1":1}} [] [2022-06-05T23:10:28.519765+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:10:28.538443+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:10:28.546505+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:10:28.569902+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:10:29.014808+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e43321"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/e43321","method":"GET"} [] [2022-06-05T23:10:38.441857+02:00] request.INFO: Matched route "animal_index". {"route":"animal_index","route_parameters":{"_route":"animal_index","_controller":"App\\Controller\\AnimalController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/animal/","method":"GET"} [] [2022-06-05T23:10:38.447233+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:10:38.447275+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:10:38.447306+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:10:38.509979+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:10:38.513164+02:00] doctrine.DEBUG: Executing query: SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_"} [] [2022-06-05T23:10:38.516983+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_ ORDER BY a0_.id ASC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_ ORDER BY a0_.id ASC LIMIT 5"} [] [2022-06-05T23:10:38.535321+02:00] doctrine.DEBUG: Executing query: SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 {"sql":"SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0"} [] [2022-06-05T23:10:38.546125+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:10:38.549495+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:10:38.552302+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:10:38.553075+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:10:38.561053+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ? (parameters: array{"1":89}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ?","params":{"1":89},"types":{"1":1}} [] [2022-06-05T23:10:38.564553+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:10:38.575183+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:10:38.589277+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:10:38.599744+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:10:38.622022+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:10:39.167789+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e62ba3"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/e62ba3","method":"GET"} [] [2022-06-05T23:10:40.246660+02:00] request.INFO: Matched route "animal_show". {"route":"animal_show","route_parameters":{"_route":"animal_show","_controller":"App\\Controller\\AnimalController::show","id":"23"},"request_uri":"http://acdg.benjamin-sampic.fr/animal/23","method":"GET"} [] [2022-06-05T23:10:40.252004+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:10:40.252047+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:10:40.252080+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:10:40.300707+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:10:40.304599+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ? (parameters: array{"1":"23"}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ?","params":{"1":"23"},"types":{"1":1}} [] [2022-06-05T23:10:40.403077+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:10:40.405864+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:10:40.408737+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:10:40.409028+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 WHERE t0.id = ? (parameters: array{"1":7}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 WHERE t0.id = ?","params":{"1":7},"types":{"1":1}} [] [2022-06-05T23:10:40.412445+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:10:40.417147+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 INNER JOIN acdg_siblings ON t0.id = acdg_siblings.animal_b_id WHERE acdg_siblings.animal_a_id = ? ORDER BY t0.name DESC (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 INNER JOIN acdg_siblings ON t0.id = acdg_siblings.animal_b_id WHERE acdg_siblings.animal_a_id = ? ORDER BY t0.name DESC","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:10:40.421002+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:10:40.429175+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ? (parameters: array{"1":89}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ?","params":{"1":89},"types":{"1":1}} [] [2022-06-05T23:10:40.434195+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ? (parameters: array{"1":15}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ?","params":{"1":15},"types":{"1":1}} [] [2022-06-05T23:10:40.440031+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_visit AS date_visit_2, t0.description AS description_3, t0.price AS price_4, t0.symptoms AS symptoms_5, t0.veterinary_diagnostic AS veterinary_diagnostic_6, t0.medications AS medications_7, t0.animal_weight AS animal_weight_8, t0.animal_id AS animal_id_9, t0.veterinary_id AS veterinary_id_10 FROM acdg_animal_health_check t0 WHERE t0.animal_id = ? ORDER BY t0.date_visit DESC (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_visit AS date_visit_2, t0.description AS description_3, t0.price AS price_4, t0.symptoms AS symptoms_5, t0.veterinary_diagnostic AS veterinary_diagnostic_6, t0.medications AS medications_7, t0.animal_weight AS animal_weight_8, t0.animal_id AS animal_id_9, t0.veterinary_id AS veterinary_id_10 FROM acdg_animal_health_check t0 WHERE t0.animal_id = ? ORDER BY t0.date_visit DESC","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:10:40.457561+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:10:40.467995+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:10:40.477981+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:10:40.501080+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:10:40.899923+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5184a1"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/5184a1","method":"GET"} [] [2022-06-05T23:10:51.043203+02:00] request.INFO: Matched route "family_animal_index". {"route":"family_animal_index","route_parameters":{"_route":"family_animal_index","_controller":"App\\Controller\\FamilyAnimalController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/family/animal/","method":"GET"} [] [2022-06-05T23:10:51.057770+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:10:51.057820+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:10:51.057854+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:10:51.195839+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:10:51.200146+02:00] doctrine.DEBUG: Executing query: SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_family_animal a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_family a2_ ON a0_.family_id = a2_.id {"sql":"SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_family_animal a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_family a2_ ON a0_.family_id = a2_.id"} [] [2022-06-05T23:10:51.206566+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.date_adoption AS date_adoption_1, a0_.date_back AS date_back_2, a0_.type_adoption AS type_adoption_3, a0_.family_id AS family_id_4, a0_.animal_id AS animal_id_5 FROM acdg_family_animal a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_family a2_ ON a0_.family_id = a2_.id ORDER BY a0_.date_adoption DESC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.date_adoption AS date_adoption_1, a0_.date_back AS date_back_2, a0_.type_adoption AS type_adoption_3, a0_.family_id AS family_id_4, a0_.animal_id AS animal_id_5 FROM acdg_family_animal a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_family a2_ ON a0_.family_id = a2_.id ORDER BY a0_.date_adoption DESC LIMIT 5"} [] [2022-06-05T23:10:51.248064+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:10:51.262445+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:10:51.274609+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:10:51.275158+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ? (parameters: array{"1":15}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ?","params":{"1":15},"types":{"1":1}} [] [2022-06-05T23:10:51.281600+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:10:51.313313+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:10:51.327249+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ? (parameters: array{"1":89}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ?","params":{"1":89},"types":{"1":1}} [] [2022-06-05T23:10:51.344217+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:10:51.374527+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:10:51.392997+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:10:51.432567+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:10:51.828523+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a5c4bb"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/a5c4bb","method":"GET"} [] [2022-06-05T23:10:52.688011+02:00] request.INFO: Matched route "family_animal_edit". {"route":"family_animal_edit","route_parameters":{"_route":"family_animal_edit","_controller":"App\\Controller\\FamilyAnimalController::edit","id":"26"},"request_uri":"http://acdg.benjamin-sampic.fr/family/animal/26/edit","method":"GET"} [] [2022-06-05T23:10:52.693158+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:10:52.693199+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:10:52.693231+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:10:52.746262+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:10:52.749990+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.id = ? (parameters: array{"1":"26"}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.id = ?","params":{"1":"26"},"types":{"1":1}} [] [2022-06-05T23:10:52.834184+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:10:52.845458+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ? (parameters: array{"1":15}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ?","params":{"1":15},"types":{"1":1}} [] [2022-06-05T23:10:52.868479+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_ {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_"} [] [2022-06-05T23:10:52.870239+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 WHERE t0.id = ? (parameters: array{"1":7}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 WHERE t0.id = ?","params":{"1":7},"types":{"1":1}} [] [2022-06-05T23:10:52.873505+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:10:52.890486+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ? (parameters: array{"1":89}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ?","params":{"1":89},"types":{"1":1}} [] [2022-06-05T23:10:52.894250+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:10:52.895544+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_"} [] [2022-06-05T23:10:52.901043+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_animal_type a0_ {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_animal_type a0_"} [] [2022-06-05T23:10:52.901859+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_ {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_"} [] [2022-06-05T23:10:52.909028+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:10:52.909858+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:10:52.910562+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:10:52.975061+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:10:52.997270+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:10:53.007390+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:10:53.043175+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:10:53.447178+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9ea2d2"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/9ea2d2","method":"GET"} [] [2022-06-05T23:10:56.454281+02:00] request.INFO: Matched route "family_animal_show". {"route":"family_animal_show","route_parameters":{"_route":"family_animal_show","_controller":"App\\Controller\\FamilyAnimalController::show","id":"26"},"request_uri":"http://acdg.benjamin-sampic.fr/family/animal/26","method":"GET"} [] [2022-06-05T23:10:56.459640+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:10:56.459682+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:10:56.459714+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:10:56.538767+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:10:56.542631+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.id = ? (parameters: array{"1":"26"}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.id = ?","params":{"1":"26"},"types":{"1":1}} [] [2022-06-05T23:10:56.571462+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:10:56.574373+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:10:56.577602+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:10:56.577989+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ? (parameters: array{"1":15}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ?","params":{"1":15},"types":{"1":1}} [] [2022-06-05T23:10:56.585143+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:10:56.599324+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:10:56.611451+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:10:56.621552+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:10:56.651030+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:10:57.051648+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fee129"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/fee129","method":"GET"} [] [2022-06-05T23:10:59.635093+02:00] request.INFO: Matched route "family_animal_index". {"route":"family_animal_index","route_parameters":{"_route":"family_animal_index","_controller":"App\\Controller\\FamilyAnimalController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/family/animal/","method":"GET"} [] [2022-06-05T23:10:59.640716+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:10:59.640771+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:10:59.640803+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:10:59.757781+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:10:59.761735+02:00] doctrine.DEBUG: Executing query: SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_family_animal a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_family a2_ ON a0_.family_id = a2_.id {"sql":"SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_family_animal a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_family a2_ ON a0_.family_id = a2_.id"} [] [2022-06-05T23:10:59.767889+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.date_adoption AS date_adoption_1, a0_.date_back AS date_back_2, a0_.type_adoption AS type_adoption_3, a0_.family_id AS family_id_4, a0_.animal_id AS animal_id_5 FROM acdg_family_animal a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_family a2_ ON a0_.family_id = a2_.id ORDER BY a0_.date_adoption DESC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.date_adoption AS date_adoption_1, a0_.date_back AS date_back_2, a0_.type_adoption AS type_adoption_3, a0_.family_id AS family_id_4, a0_.animal_id AS animal_id_5 FROM acdg_family_animal a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_family a2_ ON a0_.family_id = a2_.id ORDER BY a0_.date_adoption DESC LIMIT 5"} [] [2022-06-05T23:10:59.805398+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:10:59.810666+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:10:59.815234+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:10:59.816069+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ? (parameters: array{"1":15}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ?","params":{"1":15},"types":{"1":1}} [] [2022-06-05T23:10:59.835575+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:10:59.842711+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:10:59.850855+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ? (parameters: array{"1":89}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ?","params":{"1":89},"types":{"1":1}} [] [2022-06-05T23:10:59.859781+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:10:59.872303+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:10:59.886271+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:10:59.913814+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:11:00.345940+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cf6148"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/cf6148","method":"GET"} [] [2022-06-05T23:11:08.592091+02:00] request.INFO: Matched route "family_animal_new". {"route":"family_animal_new","route_parameters":{"_route":"family_animal_new","_controller":"App\\Controller\\FamilyAnimalController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/family/animal/new","method":"GET"} [] [2022-06-05T23:11:08.600490+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:11:08.600575+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:11:08.600625+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:11:08.775450+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:11:08.778911+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_ {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_"} [] [2022-06-05T23:11:08.800904+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 WHERE t0.id = ? (parameters: array{"1":7}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 WHERE t0.id = ?","params":{"1":7},"types":{"1":1}} [] [2022-06-05T23:11:08.805066+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:11:08.818487+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ? (parameters: array{"1":89}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ?","params":{"1":89},"types":{"1":1}} [] [2022-06-05T23:11:08.823095+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:11:08.828045+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_"} [] [2022-06-05T23:11:08.840885+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_animal_type a0_ {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_animal_type a0_"} [] [2022-06-05T23:11:08.842119+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_ {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_"} [] [2022-06-05T23:11:08.881010+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:11:08.882221+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:11:08.883036+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:11:08.898116+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:11:08.916042+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:11:08.928432+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:11:08.981476+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:11:09.407028+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c4c3cb"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/c4c3cb","method":"GET"} [] [2022-06-05T23:11:56.275018+02:00] request.INFO: Matched route "family_animal_new". {"route":"family_animal_new","route_parameters":{"_route":"family_animal_new","_controller":"App\\Controller\\FamilyAnimalController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/family/animal/new","method":"POST"} [] [2022-06-05T23:11:56.347919+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:11:56.485353+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:11:56.490982+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:11:56.510163+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:11:56.510246+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:11:56.510279+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:11:56.522200+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:11:56.719258+02:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at /home/benjamincb/demos/acdg/vendor/symfony/http-foundation/InputBag.php:39)"} [] [2022-06-05T23:11:56.726786+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_animal_type a0_ WHERE a0_.id IN (?) (parameters: array{"1":"7"}, types: array{"1":1}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_animal_type a0_ WHERE a0_.id IN (?)","params":{"1":"7"},"types":{"1":1}} [] [2022-06-05T23:11:56.743598+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_ WHERE a0_.id IN (?) (parameters: array{"1":"23"}, types: array{"1":1}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_ WHERE a0_.id IN (?)","params":{"1":"23"},"types":{"1":1}} [] [2022-06-05T23:11:56.762322+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_ WHERE a0_.id IN (?) (parameters: array{"1":"23"}, types: array{"1":1}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_ WHERE a0_.id IN (?)","params":{"1":"23"},"types":{"1":1}} [] [2022-06-05T23:11:57.469002+02:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.4: Method "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::getDoctrine()" is deprecated, inject an instance of ManagerRegistry in your controller instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.4: Method \"Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController::getDoctrine()\" is deprecated, inject an instance of ManagerRegistry in your controller instead. at /home/benjamincb/demos/acdg/vendor/symfony/framework-bundle/Controller/AbstractController.php:386)"} [] [2022-06-05T23:11:57.469923+02:00] doctrine.DEBUG: Beginning transaction [] [] [2022-06-05T23:11:57.472053+02:00] doctrine.DEBUG: Executing statement: INSERT INTO acdg_animal (name, tatoo_chipset_number, date_birth, sex, color, description, source, is_sterilized, date_sterilized, date_death, type_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) (parameters: array{"1":"Beta","2":"00002","3":"2022-06-02","4":"F","5":"Blanche","6":null,"7":"Provenance lambda","8":1,"9":"2022-06-03","10":null,"11":7}, types: array{"1":2,"2":2,"3":2,"4":2,"5":2,"6":2,"7":2,"8":5,"9":2,"10":2,"11":1}) {"sql":"INSERT INTO acdg_animal (name, tatoo_chipset_number, date_birth, sex, color, description, source, is_sterilized, date_sterilized, date_death, type_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)","params":{"1":"Beta","2":"00002","3":"2022-06-02","4":"F","5":"Blanche","6":null,"7":"Provenance lambda","8":1,"9":"2022-06-03","10":null,"11":7},"types":{"1":2,"2":2,"3":2,"4":2,"5":2,"6":2,"7":2,"8":5,"9":2,"10":2,"11":1}} [] [2022-06-05T23:11:57.474554+02:00] doctrine.DEBUG: Committing transaction [] [] [2022-06-05T23:11:57.514570+02:00] doctrine.DEBUG: Beginning transaction [] [] [2022-06-05T23:11:57.515252+02:00] doctrine.DEBUG: Executing statement: INSERT INTO acdg_document (name, path, type, description, date_upload, user_id) VALUES (?, ?, ?, ?, ?, ?) (parameters: array{"1":"triceramisu","2":"triceramisu-629d1c1d759c4.jpg","3":"image/jpeg","4":"","5":"2022-06-05 23:11:57","6":2}, types: array{"1":2,"2":2,"3":2,"4":2,"5":2,"6":1}) {"sql":"INSERT INTO acdg_document (name, path, type, description, date_upload, user_id) VALUES (?, ?, ?, ?, ?, ?)","params":{"1":"triceramisu","2":"triceramisu-629d1c1d759c4.jpg","3":"image/jpeg","4":"","5":"2022-06-05 23:11:57","6":2},"types":{"1":2,"2":2,"3":2,"4":2,"5":2,"6":1}} [] [2022-06-05T23:11:57.516390+02:00] doctrine.DEBUG: Committing transaction [] [] [2022-06-05T23:11:57.518666+02:00] doctrine.DEBUG: Beginning transaction [] [] [2022-06-05T23:11:57.519197+02:00] doctrine.DEBUG: Executing statement: INSERT INTO acdg_animal_document (is_main_picture, animal_id, document_id) VALUES (?, ?, ?) (parameters: array{"1":1,"2":24,"3":90}, types: array{"1":5,"2":1,"3":1}) {"sql":"INSERT INTO acdg_animal_document (is_main_picture, animal_id, document_id) VALUES (?, ?, ?)","params":{"1":1,"2":24,"3":90},"types":{"1":5,"2":1,"3":1}} [] [2022-06-05T23:11:57.521928+02:00] doctrine.DEBUG: Committing transaction [] [] [2022-06-05T23:11:57.527798+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_ {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_"} [] [2022-06-05T23:11:57.529594+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:11:57.566108+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ? (parameters: array{"1":89}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ?","params":{"1":89},"types":{"1":1}} [] [2022-06-05T23:11:57.568190+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:11:57.573069+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_"} [] [2022-06-05T23:11:57.596157+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_animal_type a0_ {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_animal_type a0_"} [] [2022-06-05T23:11:57.597032+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_ {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_"} [] [2022-06-05T23:11:57.699274+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:11:57.740828+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:11:57.778242+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:11:57.877950+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:11:58.399889+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"585465"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/585465","method":"GET"} [] [2022-06-05T23:12:22.371929+02:00] request.INFO: Matched route "family_animal_new". {"route":"family_animal_new","route_parameters":{"_route":"family_animal_new","_controller":"App\\Controller\\FamilyAnimalController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/family/animal/new","method":"POST"} [] [2022-06-05T23:12:22.384622+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:12:22.425373+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:12:22.429075+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:12:22.436112+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:12:22.436168+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:12:22.436199+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:12:22.437608+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:12:22.494320+02:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at /home/benjamincb/demos/acdg/vendor/symfony/http-foundation/InputBag.php:39)"} [] [2022-06-05T23:12:22.704034+02:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.4: Method "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::getDoctrine()" is deprecated, inject an instance of ManagerRegistry in your controller instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.4: Method \"Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController::getDoctrine()\" is deprecated, inject an instance of ManagerRegistry in your controller instead. at /home/benjamincb/demos/acdg/vendor/symfony/framework-bundle/Controller/AbstractController.php:386)"} [] [2022-06-05T23:12:22.707582+02:00] doctrine.DEBUG: Beginning transaction [] [] [2022-06-05T23:12:22.708924+02:00] doctrine.DEBUG: Executing statement: INSERT INTO acdg_family (name, nb_children, description, mail, phone, deleted, deleted_at, deleted_by_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?) (parameters: array{"1":"Beta","2":0,"3":null,"4":"famille@beta.frr","5":"0601020305","6":null,"7":null,"8":null}, types: array{"1":2,"2":1,"3":2,"4":2,"5":2,"6":5,"7":2,"8":1}) {"sql":"INSERT INTO acdg_family (name, nb_children, description, mail, phone, deleted, deleted_at, deleted_by_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?)","params":{"1":"Beta","2":0,"3":null,"4":"famille@beta.frr","5":"0601020305","6":null,"7":null,"8":null},"types":{"1":2,"2":1,"3":2,"4":2,"5":2,"6":5,"7":2,"8":1}} [] [2022-06-05T23:12:22.714202+02:00] doctrine.DEBUG: Rolling back transaction [] [] [2022-06-05T23:12:22.720830+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\NotNullConstraintViolationException: "An exception occurred while executing a query: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'deleted' cannot be null" at /home/benjamincb/demos/acdg/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 116 {"exception":"[object] (Doctrine\\DBAL\\Exception\\NotNullConstraintViolationException(code: 1048): An exception occurred while executing a query: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'deleted' cannot be null at /home/benjamincb/demos/acdg/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:116)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1048): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'deleted' cannot be null at /home/benjamincb/demos/acdg/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:30)\n[previous exception] [object] (PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'deleted' cannot be null at /home/benjamincb/demos/acdg/vendor/doctrine/dbal/src/Driver/PDO/Statement.php:101)"} [] [2022-06-05T23:12:22.917726+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:12:22.926121+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:12:22.927612+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:12:23.017979+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:12:23.452391+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"864ad5"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/864ad5","method":"GET"} [] [2022-06-05T23:13:04.877979+02:00] request.INFO: Matched route "family_animal_new". {"route":"family_animal_new","route_parameters":{"_route":"family_animal_new","_controller":"App\\Controller\\FamilyAnimalController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/family/animal/new","method":"POST"} [] [2022-06-05T23:13:04.908146+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:13:04.996319+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:13:05.001763+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:13:05.020333+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:13:05.020405+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:13:05.020438+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:13:05.022782+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:13:05.158472+02:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at /home/benjamincb/demos/acdg/vendor/symfony/http-foundation/InputBag.php:39)"} [] [2022-06-05T23:13:05.331219+02:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.4: Method "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::getDoctrine()" is deprecated, inject an instance of ManagerRegistry in your controller instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.4: Method \"Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController::getDoctrine()\" is deprecated, inject an instance of ManagerRegistry in your controller instead. at /home/benjamincb/demos/acdg/vendor/symfony/framework-bundle/Controller/AbstractController.php:386)"} [] [2022-06-05T23:13:05.344263+02:00] doctrine.DEBUG: Beginning transaction [] [] [2022-06-05T23:13:05.345932+02:00] doctrine.DEBUG: Executing statement: INSERT INTO acdg_family (name, nb_children, description, mail, phone, deleted, deleted_at, deleted_by_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?) (parameters: array{"1":"Beta","2":0,"3":null,"4":"famille@beta.frr","5":"0601020305","6":null,"7":null,"8":null}, types: array{"1":2,"2":1,"3":2,"4":2,"5":2,"6":5,"7":2,"8":1}) {"sql":"INSERT INTO acdg_family (name, nb_children, description, mail, phone, deleted, deleted_at, deleted_by_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?)","params":{"1":"Beta","2":0,"3":null,"4":"famille@beta.frr","5":"0601020305","6":null,"7":null,"8":null},"types":{"1":2,"2":1,"3":2,"4":2,"5":2,"6":5,"7":2,"8":1}} [] [2022-06-05T23:13:05.350444+02:00] doctrine.DEBUG: Rolling back transaction [] [] [2022-06-05T23:13:05.362816+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\NotNullConstraintViolationException: "An exception occurred while executing a query: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'deleted' cannot be null" at /home/benjamincb/demos/acdg/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 116 {"exception":"[object] (Doctrine\\DBAL\\Exception\\NotNullConstraintViolationException(code: 1048): An exception occurred while executing a query: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'deleted' cannot be null at /home/benjamincb/demos/acdg/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:116)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1048): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'deleted' cannot be null at /home/benjamincb/demos/acdg/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:30)\n[previous exception] [object] (PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'deleted' cannot be null at /home/benjamincb/demos/acdg/vendor/doctrine/dbal/src/Driver/PDO/Statement.php:101)"} [] [2022-06-05T23:13:05.546843+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:13:05.564660+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:13:05.566157+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:13:05.646572+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:13:05.956019+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"435670"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/435670","method":"GET"} [] [2022-06-05T23:13:24.995457+02:00] request.INFO: Matched route "family_animal_new". {"route":"family_animal_new","route_parameters":{"_route":"family_animal_new","_controller":"App\\Controller\\FamilyAnimalController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/family/animal/new","method":"POST"} [] [2022-06-05T23:13:25.008742+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:13:25.051094+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:13:25.054948+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:13:25.062249+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:13:25.062314+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:13:25.062347+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:13:25.063845+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:13:25.122966+02:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at /home/benjamincb/demos/acdg/vendor/symfony/http-foundation/InputBag.php:39)"} [] [2022-06-05T23:13:25.174329+02:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.4: Method "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::getDoctrine()" is deprecated, inject an instance of ManagerRegistry in your controller instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.4: Method \"Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController::getDoctrine()\" is deprecated, inject an instance of ManagerRegistry in your controller instead. at /home/benjamincb/demos/acdg/vendor/symfony/framework-bundle/Controller/AbstractController.php:386)"} [] [2022-06-05T23:13:25.177518+02:00] doctrine.DEBUG: Beginning transaction [] [] [2022-06-05T23:13:25.178718+02:00] doctrine.DEBUG: Executing statement: INSERT INTO acdg_family (name, nb_children, description, mail, phone, deleted, deleted_at, deleted_by_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?) (parameters: array{"1":"Beta","2":0,"3":null,"4":"famille@beta.frr","5":"0601020305","6":null,"7":null,"8":null}, types: array{"1":2,"2":1,"3":2,"4":2,"5":2,"6":5,"7":2,"8":1}) {"sql":"INSERT INTO acdg_family (name, nb_children, description, mail, phone, deleted, deleted_at, deleted_by_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?)","params":{"1":"Beta","2":0,"3":null,"4":"famille@beta.frr","5":"0601020305","6":null,"7":null,"8":null},"types":{"1":2,"2":1,"3":2,"4":2,"5":2,"6":5,"7":2,"8":1}} [] [2022-06-05T23:13:25.180704+02:00] doctrine.DEBUG: Rolling back transaction [] [] [2022-06-05T23:13:25.186997+02:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\NotNullConstraintViolationException: "An exception occurred while executing a query: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'deleted' cannot be null" at /home/benjamincb/demos/acdg/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 116 {"exception":"[object] (Doctrine\\DBAL\\Exception\\NotNullConstraintViolationException(code: 1048): An exception occurred while executing a query: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'deleted' cannot be null at /home/benjamincb/demos/acdg/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:116)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1048): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'deleted' cannot be null at /home/benjamincb/demos/acdg/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:30)\n[previous exception] [object] (PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'deleted' cannot be null at /home/benjamincb/demos/acdg/vendor/doctrine/dbal/src/Driver/PDO/Statement.php:101)"} [] [2022-06-05T23:13:25.323311+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:13:25.332492+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:13:25.333905+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:13:25.419001+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:13:25.827788+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f7dd4f"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/f7dd4f","method":"GET"} [] [2022-06-05T23:13:27.660424+02:00] request.INFO: Matched route "family_animal_new". {"route":"family_animal_new","route_parameters":{"_route":"family_animal_new","_controller":"App\\Controller\\FamilyAnimalController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/family/animal/new","method":"GET"} [] [2022-06-05T23:13:27.667467+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:13:27.667529+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:13:27.667563+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:13:27.788962+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:13:27.792278+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_ {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_"} [] [2022-06-05T23:13:27.846340+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 WHERE t0.id = ? (parameters: array{"1":7}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 WHERE t0.id = ?","params":{"1":7},"types":{"1":1}} [] [2022-06-05T23:13:27.849915+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:13:27.867365+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ? (parameters: array{"1":89}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ?","params":{"1":89},"types":{"1":1}} [] [2022-06-05T23:13:27.887792+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:13:27.906300+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ? (parameters: array{"1":24}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ?","params":{"1":24},"types":{"1":1}} [] [2022-06-05T23:13:27.907725+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ? (parameters: array{"1":90}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ?","params":{"1":90},"types":{"1":1}} [] [2022-06-05T23:13:27.910066+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ? (parameters: array{"1":24}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ?","params":{"1":24},"types":{"1":1}} [] [2022-06-05T23:13:27.912202+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_"} [] [2022-06-05T23:13:27.921814+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_animal_type a0_ {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_animal_type a0_"} [] [2022-06-05T23:13:27.922853+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_ {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_"} [] [2022-06-05T23:13:27.941870+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:13:27.942816+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:13:27.943466+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:13:28.018206+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:13:28.058606+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:13:28.066286+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:13:28.101457+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:13:28.544827+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"db794d"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/db794d","method":"GET"} [] [2022-06-05T23:13:44.371763+02:00] request.INFO: Matched route "family_animal_new". {"route":"family_animal_new","route_parameters":{"_route":"family_animal_new","_controller":"App\\Controller\\FamilyAnimalController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/family/animal/new","method":"POST"} [] [2022-06-05T23:13:44.402965+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:13:44.492083+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:13:44.497777+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:13:44.514232+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:13:44.514312+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:13:44.514346+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:13:44.526274+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:13:44.677186+02:00] php.INFO: User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from "Symfony\Component\HttpFoundation\InputBag::get()" is deprecated, and will throw a "Symfony\Component\HttpFoundation\Exception\BadRequestException" exception in Symfony 6.0, use "Symfony\Component\HttpFoundation\InputBag::all($key)" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/http-foundation 5.1: Retrieving a non-string value from \"Symfony\\Component\\HttpFoundation\\InputBag::get()\" is deprecated, and will throw a \"Symfony\\Component\\HttpFoundation\\Exception\\BadRequestException\" exception in Symfony 6.0, use \"Symfony\\Component\\HttpFoundation\\InputBag::all($key)\" instead. at /home/benjamincb/demos/acdg/vendor/symfony/http-foundation/InputBag.php:39)"} [] [2022-06-05T23:13:44.865276+02:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.4: Method "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::getDoctrine()" is deprecated, inject an instance of ManagerRegistry in your controller instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.4: Method \"Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController::getDoctrine()\" is deprecated, inject an instance of ManagerRegistry in your controller instead. at /home/benjamincb/demos/acdg/vendor/symfony/framework-bundle/Controller/AbstractController.php:386)"} [] [2022-06-05T23:13:44.876858+02:00] doctrine.DEBUG: Beginning transaction [] [] [2022-06-05T23:13:44.878841+02:00] doctrine.DEBUG: Executing statement: INSERT INTO acdg_family (name, nb_children, description, mail, phone, deleted, deleted_at, deleted_by_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?) (parameters: array{"1":"Famille beta","2":0,"3":null,"4":"famille@beta.frr","5":"0908070605","6":0,"7":null,"8":null}, types: array{"1":2,"2":1,"3":2,"4":2,"5":2,"6":5,"7":2,"8":1}) {"sql":"INSERT INTO acdg_family (name, nb_children, description, mail, phone, deleted, deleted_at, deleted_by_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?)","params":{"1":"Famille beta","2":0,"3":null,"4":"famille@beta.frr","5":"0908070605","6":0,"7":null,"8":null},"types":{"1":2,"2":1,"3":2,"4":2,"5":2,"6":5,"7":2,"8":1}} [] [2022-06-05T23:13:44.880601+02:00] doctrine.DEBUG: Committing transaction [] [] [2022-06-05T23:13:44.885842+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_ {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_"} [] [2022-06-05T23:13:44.912424+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 WHERE t0.id = ? (parameters: array{"1":7}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 WHERE t0.id = ?","params":{"1":7},"types":{"1":1}} [] [2022-06-05T23:13:44.913430+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:13:44.934989+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ? (parameters: array{"1":89}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ?","params":{"1":89},"types":{"1":1}} [] [2022-06-05T23:13:44.936070+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:13:44.939990+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ? (parameters: array{"1":24}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ?","params":{"1":24},"types":{"1":1}} [] [2022-06-05T23:13:44.940592+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ? (parameters: array{"1":90}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ?","params":{"1":90},"types":{"1":1}} [] [2022-06-05T23:13:44.941186+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ? (parameters: array{"1":24}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ?","params":{"1":24},"types":{"1":1}} [] [2022-06-05T23:13:44.942138+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_"} [] [2022-06-05T23:13:44.943850+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_animal_type a0_ {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_animal_type a0_"} [] [2022-06-05T23:13:44.944663+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_ {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_"} [] [2022-06-05T23:13:44.980127+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:13:45.007979+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:13:45.026498+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:13:45.089183+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:13:45.605546+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c5c758"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/c5c758","method":"GET"} [] [2022-06-05T23:13:54.665391+02:00] request.INFO: Matched route "family_animal_new". {"route":"family_animal_new","route_parameters":{"_route":"family_animal_new","_controller":"App\\Controller\\FamilyAnimalController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/family/animal/new","method":"POST"} [] [2022-06-05T23:13:54.680385+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:13:54.735985+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:13:54.740957+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:13:54.753332+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:13:54.753440+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:13:54.753495+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:13:54.755668+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:13:54.852685+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_ WHERE a0_.id IN (?) (parameters: array{"1":"24"}, types: array{"1":1}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_ WHERE a0_.id IN (?)","params":{"1":"24"},"types":{"1":1}} [] [2022-06-05T23:13:54.865935+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ WHERE a0_.id IN (?) (parameters: array{"1":"16"}, types: array{"1":1}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ WHERE a0_.id IN (?)","params":{"1":"16"},"types":{"1":1}} [] [2022-06-05T23:13:54.945279+02:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.4: Method "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::getDoctrine()" is deprecated, inject an instance of ManagerRegistry in your controller instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.4: Method \"Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController::getDoctrine()\" is deprecated, inject an instance of ManagerRegistry in your controller instead. at /home/benjamincb/demos/acdg/vendor/symfony/framework-bundle/Controller/AbstractController.php:386)"} [] [2022-06-05T23:13:54.946090+02:00] doctrine.DEBUG: Beginning transaction [] [] [2022-06-05T23:13:54.947333+02:00] doctrine.DEBUG: Executing statement: INSERT INTO acdg_family_animal (date_adoption, date_back, type_adoption, family_id, animal_id) VALUES (?, ?, ?, ?, ?) (parameters: array{"1":"2022-06-03","2":null,"3":"FA","4":16,"5":24}, types: array{"1":2,"2":2,"3":2,"4":1,"5":1}) {"sql":"INSERT INTO acdg_family_animal (date_adoption, date_back, type_adoption, family_id, animal_id) VALUES (?, ?, ?, ?, ?)","params":{"1":"2022-06-03","2":null,"3":"FA","4":16,"5":24},"types":{"1":2,"2":2,"3":2,"4":1,"5":1}} [] [2022-06-05T23:13:54.949567+02:00] doctrine.DEBUG: Committing transaction [] [] [2022-06-05T23:13:54.952002+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ? AND t0.date_back IS NULL (parameters: array{"1":24}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ? AND t0.date_back IS NULL","params":{"1":24},"types":{"1":1}} [] [2022-06-05T23:13:54.958428+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:13:54.974445+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:13:54.987064+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:13:55.029446+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:13:55.152013+02:00] request.INFO: Matched route "family_animal_show". {"route":"family_animal_show","route_parameters":{"_route":"family_animal_show","_controller":"App\\Controller\\FamilyAnimalController::show","id":"28"},"request_uri":"http://acdg.benjamin-sampic.fr/family/animal/28","method":"GET"} [] [2022-06-05T23:13:55.157585+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:13:55.157632+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:13:55.157665+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:13:55.213519+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:13:55.217004+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.id = ? (parameters: array{"1":"28"}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.id = ?","params":{"1":"28"},"types":{"1":1}} [] [2022-06-05T23:13:55.245851+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:13:55.248874+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:13:55.251924+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:13:55.252281+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ? (parameters: array{"1":16}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ?","params":{"1":16},"types":{"1":1}} [] [2022-06-05T23:13:55.256841+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ? (parameters: array{"1":24}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ?","params":{"1":24},"types":{"1":1}} [] [2022-06-05T23:13:55.270747+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:13:55.283120+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:13:55.289919+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:13:55.628625+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:13:56.087833+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"80b0d7"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/80b0d7","method":"GET"} [] [2022-06-05T23:13:58.420195+02:00] request.INFO: Matched route "family_animal_index". {"route":"family_animal_index","route_parameters":{"_route":"family_animal_index","_controller":"App\\Controller\\FamilyAnimalController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/family/animal/","method":"GET"} [] [2022-06-05T23:13:58.425533+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:13:58.425574+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:13:58.425606+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:13:58.497364+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:13:58.500176+02:00] doctrine.DEBUG: Executing query: SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_family_animal a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_family a2_ ON a0_.family_id = a2_.id {"sql":"SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_family_animal a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_family a2_ ON a0_.family_id = a2_.id"} [] [2022-06-05T23:13:58.506132+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.date_adoption AS date_adoption_1, a0_.date_back AS date_back_2, a0_.type_adoption AS type_adoption_3, a0_.family_id AS family_id_4, a0_.animal_id AS animal_id_5 FROM acdg_family_animal a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_family a2_ ON a0_.family_id = a2_.id ORDER BY a0_.date_adoption DESC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.date_adoption AS date_adoption_1, a0_.date_back AS date_back_2, a0_.type_adoption AS type_adoption_3, a0_.family_id AS family_id_4, a0_.animal_id AS animal_id_5 FROM acdg_family_animal a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_family a2_ ON a0_.family_id = a2_.id ORDER BY a0_.date_adoption DESC LIMIT 5"} [] [2022-06-05T23:13:58.559862+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:13:58.563829+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:13:58.568945+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:13:58.569474+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ? (parameters: array{"1":16}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ?","params":{"1":16},"types":{"1":1}} [] [2022-06-05T23:13:58.574987+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ? (parameters: array{"1":24}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ?","params":{"1":24},"types":{"1":1}} [] [2022-06-05T23:13:58.593944+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ? (parameters: array{"1":24}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ?","params":{"1":24},"types":{"1":1}} [] [2022-06-05T23:13:58.614902+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ? (parameters: array{"1":90}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ?","params":{"1":90},"types":{"1":1}} [] [2022-06-05T23:13:58.615669+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ? (parameters: array{"1":15}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ?","params":{"1":15},"types":{"1":1}} [] [2022-06-05T23:13:58.616343+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:13:58.617498+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:13:58.617948+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ? (parameters: array{"1":89}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ?","params":{"1":89},"types":{"1":1}} [] [2022-06-05T23:13:58.626518+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:13:58.647571+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:13:58.662478+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:13:58.693971+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:13:59.132675+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7c7bec"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/7c7bec","method":"GET"} [] [2022-06-05T23:14:12.149513+02:00] request.INFO: Matched route "animal_health_check_index". {"route":"animal_health_check_index","route_parameters":{"_route":"animal_health_check_index","_controller":"App\\Controller\\AnimalHealthCheckController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/animal/health/check/","method":"GET"} [] [2022-06-05T23:14:12.154870+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:14:12.154910+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:14:12.154942+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:14:12.225832+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:14:12.230280+02:00] doctrine.DEBUG: Executing statement: SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_animal_health_check a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_veterinary a2_ ON a0_.veterinary_id = a2_.id WHERE a1_.name LIKE ? OR a2_.name LIKE ? OR a0_.description LIKE ? (parameters: array{"1":"%%","2":"%%","3":"%%"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_animal_health_check a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_veterinary a2_ ON a0_.veterinary_id = a2_.id WHERE a1_.name LIKE ? OR a2_.name LIKE ? OR a0_.description LIKE ?","params":{"1":"%%","2":"%%","3":"%%"},"types":{"1":2,"2":2,"3":2}} [] [2022-06-05T23:14:12.236169+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.date_visit AS date_visit_1, a0_.description AS description_2, a0_.price AS price_3, a0_.symptoms AS symptoms_4, a0_.veterinary_diagnostic AS veterinary_diagnostic_5, a0_.medications AS medications_6, a0_.animal_weight AS animal_weight_7, a0_.animal_id AS animal_id_8, a0_.veterinary_id AS veterinary_id_9 FROM acdg_animal_health_check a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_veterinary a2_ ON a0_.veterinary_id = a2_.id WHERE a1_.name LIKE ? OR a2_.name LIKE ? OR a0_.description LIKE ? ORDER BY a0_.date_visit DESC LIMIT 10 (parameters: array{"1":"%%","2":"%%","3":"%%"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT a0_.id AS id_0, a0_.date_visit AS date_visit_1, a0_.description AS description_2, a0_.price AS price_3, a0_.symptoms AS symptoms_4, a0_.veterinary_diagnostic AS veterinary_diagnostic_5, a0_.medications AS medications_6, a0_.animal_weight AS animal_weight_7, a0_.animal_id AS animal_id_8, a0_.veterinary_id AS veterinary_id_9 FROM acdg_animal_health_check a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_veterinary a2_ ON a0_.veterinary_id = a2_.id WHERE a1_.name LIKE ? OR a2_.name LIKE ? OR a0_.description LIKE ? ORDER BY a0_.date_visit DESC LIMIT 10","params":{"1":"%%","2":"%%","3":"%%"},"types":{"1":2,"2":2,"3":2}} [] [2022-06-05T23:14:12.258975+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:14:12.265474+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:14:12.268900+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:14:12.276475+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:14:12.288352+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:14:12.298529+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:14:12.322270+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:14:12.768003+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8571e9"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/8571e9","method":"GET"} [] [2022-06-05T23:14:15.002899+02:00] request.INFO: Matched route "veterinary_index". {"route":"veterinary_index","route_parameters":{"_route":"veterinary_index","_controller":"App\\Controller\\VeterinaryController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/veterinary/","method":"GET"} [] [2022-06-05T23:14:15.018784+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:14:15.018868+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:14:15.018924+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:14:15.142868+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:14:15.148676+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_veterinary a0_ WHERE a0_.name LIKE ? (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_veterinary a0_ WHERE a0_.name LIKE ?","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-05T23:14:15.153476+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.address AS address_2, a0_.postal_code AS postal_code_3, a0_.city AS city_4, a0_.country AS country_5, a0_.phone AS phone_6, a0_.mail AS mail_7, a0_.website AS website_8 FROM acdg_veterinary a0_ WHERE a0_.name LIKE ? ORDER BY a0_.name ASC LIMIT 10 (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.address AS address_2, a0_.postal_code AS postal_code_3, a0_.city AS city_4, a0_.country AS country_5, a0_.phone AS phone_6, a0_.mail AS mail_7, a0_.website AS website_8 FROM acdg_veterinary a0_ WHERE a0_.name LIKE ? ORDER BY a0_.name ASC LIMIT 10","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-05T23:14:15.181540+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:14:15.198900+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:14:15.211540+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:14:15.226071+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:14:15.262995+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:14:15.281585+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:14:15.317925+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:14:15.820368+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ec417"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/1ec417","method":"GET"} [] [2022-06-05T23:14:17.142808+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\IndexController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/","method":"GET"} [] [2022-06-05T23:14:17.148215+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:14:17.148257+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:14:17.148289+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:14:17.162802+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:14:17.202049+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:14:17.206133+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:14:17.213495+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:14:17.224298+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:14:17.234826+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:14:17.244534+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:14:17.261100+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:14:17.399432+02:00] request.INFO: Matched route "index_logged_in". {"route":"index_logged_in","route_parameters":{"_route":"index_logged_in","_controller":"App\\Controller\\IndexController::indexLoggedIn"},"request_uri":"http://acdg.benjamin-sampic.fr/index","method":"GET"} [] [2022-06-05T23:14:17.404798+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:14:17.404845+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:14:17.404878+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:14:17.502387+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:14:17.505768+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_animal t0 {"sql":"SELECT COUNT(*) FROM acdg_animal t0"} [] [2022-06-05T23:14:17.526278+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ WHERE a0_.id NOT IN (SELECT a1_.id FROM acdg_animal a1_ LEFT JOIN acdg_family_animal a2_ ON a1_.id = a2_.animal_id WHERE a2_.date_adoption < ? AND (a2_.date_back > ? OR a2_.date_back IS NULL)) (parameters: array{"1":"2022-06-05 23:14:17","2":"2022-06-05 23:14:17"}, types: array{"1":2,"2":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ WHERE a0_.id NOT IN (SELECT a1_.id FROM acdg_animal a1_ LEFT JOIN acdg_family_animal a2_ ON a1_.id = a2_.animal_id WHERE a2_.date_adoption < ? AND (a2_.date_back > ? OR a2_.date_back IS NULL))","params":{"1":"2022-06-05 23:14:17","2":"2022-06-05 23:14:17"},"types":{"1":2,"2":2}} [] [2022-06-05T23:14:17.529870+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_family t0 {"sql":"SELECT COUNT(*) FROM acdg_family t0"} [] [2022-06-05T23:14:17.531239+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_veterinary t0 {"sql":"SELECT COUNT(*) FROM acdg_veterinary t0"} [] [2022-06-05T23:14:17.531744+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_family_animal t0 {"sql":"SELECT COUNT(*) FROM acdg_family_animal t0"} [] [2022-06-05T23:14:17.532570+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_animal_health_check t0 {"sql":"SELECT COUNT(*) FROM acdg_animal_health_check t0"} [] [2022-06-05T23:14:17.533118+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_payment t0 {"sql":"SELECT COUNT(*) FROM acdg_payment t0"} [] [2022-06-05T23:14:17.546991+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:14:17.549659+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:14:17.552571+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:14:17.558941+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:14:17.587295+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:14:17.597367+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:14:17.628318+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:14:18.045436+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"85e116"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/85e116","method":"GET"} [] [2022-06-05T23:15:50.568112+02:00] request.INFO: Matched route "veterinary_new". {"route":"veterinary_new","route_parameters":{"_route":"veterinary_new","_controller":"App\\Controller\\VeterinaryController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/veterinary/new","method":"GET"} [] [2022-06-05T23:15:50.581925+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:15:50.581977+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:15:50.582011+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:15:50.733192+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:15:50.827360+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:15:50.832987+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:15:50.857224+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:15:50.919109+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:15:50.946778+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:15:50.963278+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:15:50.999249+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:15:51.594413+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a42251"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/a42251","method":"GET"} [] [2022-06-05T23:17:19.562117+02:00] request.INFO: Matched route "veterinary_new". {"route":"veterinary_new","route_parameters":{"_route":"veterinary_new","_controller":"App\\Controller\\VeterinaryController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/veterinary/new","method":"POST"} [] [2022-06-05T23:17:19.599028+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:17:19.715422+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:17:19.732436+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:17:19.751582+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:17:19.751666+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:17:19.751699+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:17:19.754203+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:17:20.343678+02:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.4: Method "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::getDoctrine()" is deprecated, inject an instance of ManagerRegistry in your controller instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.4: Method \"Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController::getDoctrine()\" is deprecated, inject an instance of ManagerRegistry in your controller instead. at /home/benjamincb/demos/acdg/vendor/symfony/framework-bundle/Controller/AbstractController.php:386)"} [] [2022-06-05T23:17:20.372995+02:00] doctrine.DEBUG: Beginning transaction [] [] [2022-06-05T23:17:20.374903+02:00] doctrine.DEBUG: Executing statement: INSERT INTO acdg_veterinary (name, address, postal_code, city, country, phone, mail, website) VALUES (?, ?, ?, ?, ?, ?, ?, ?) (parameters: array{"1":"St Trivier sur Moignans","2":"45 Rte de Sandrans","3":"01990","4":"Saint-Trivier-sur-Moignans","5":"France","6":null,"7":null,"8":null}, types: array{"1":2,"2":2,"3":2,"4":2,"5":2,"6":2,"7":2,"8":2}) {"sql":"INSERT INTO acdg_veterinary (name, address, postal_code, city, country, phone, mail, website) VALUES (?, ?, ?, ?, ?, ?, ?, ?)","params":{"1":"St Trivier sur Moignans","2":"45 Rte de Sandrans","3":"01990","4":"Saint-Trivier-sur-Moignans","5":"France","6":null,"7":null,"8":null},"types":{"1":2,"2":2,"3":2,"4":2,"5":2,"6":2,"7":2,"8":2}} [] [2022-06-05T23:17:20.376211+02:00] doctrine.DEBUG: Committing transaction [] [] [2022-06-05T23:17:20.388164+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:17:20.430288+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:17:20.455730+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:17:20.496941+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:17:20.632516+02:00] request.INFO: Matched route "veterinary_index". {"route":"veterinary_index","route_parameters":{"_route":"veterinary_index","_controller":"App\\Controller\\VeterinaryController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/veterinary/","method":"GET"} [] [2022-06-05T23:17:20.638053+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:17:20.638095+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:17:20.638127+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:17:20.711651+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:17:20.715732+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_veterinary a0_ WHERE a0_.name LIKE ? (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_veterinary a0_ WHERE a0_.name LIKE ?","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-05T23:17:20.727949+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.address AS address_2, a0_.postal_code AS postal_code_3, a0_.city AS city_4, a0_.country AS country_5, a0_.phone AS phone_6, a0_.mail AS mail_7, a0_.website AS website_8 FROM acdg_veterinary a0_ WHERE a0_.name LIKE ? ORDER BY a0_.name ASC LIMIT 10 (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.address AS address_2, a0_.postal_code AS postal_code_3, a0_.city AS city_4, a0_.country AS country_5, a0_.phone AS phone_6, a0_.mail AS mail_7, a0_.website AS website_8 FROM acdg_veterinary a0_ WHERE a0_.name LIKE ? ORDER BY a0_.name ASC LIMIT 10","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-05T23:17:20.750468+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:17:20.756725+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:17:20.759916+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:17:20.768029+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:17:20.781627+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:17:20.791403+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:17:20.817456+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:17:21.884575+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"65f973"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/65f973","method":"GET"} [] [2022-06-05T23:17:29.222284+02:00] request.INFO: Matched route "animal_health_check_index". {"route":"animal_health_check_index","route_parameters":{"_route":"animal_health_check_index","_controller":"App\\Controller\\AnimalHealthCheckController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/animal/health/check/","method":"GET"} [] [2022-06-05T23:17:29.227672+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:17:29.227715+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:17:29.227747+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:17:29.300233+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:17:29.303716+02:00] doctrine.DEBUG: Executing statement: SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_animal_health_check a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_veterinary a2_ ON a0_.veterinary_id = a2_.id WHERE a1_.name LIKE ? OR a2_.name LIKE ? OR a0_.description LIKE ? (parameters: array{"1":"%%","2":"%%","3":"%%"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_animal_health_check a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_veterinary a2_ ON a0_.veterinary_id = a2_.id WHERE a1_.name LIKE ? OR a2_.name LIKE ? OR a0_.description LIKE ?","params":{"1":"%%","2":"%%","3":"%%"},"types":{"1":2,"2":2,"3":2}} [] [2022-06-05T23:17:29.308428+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.date_visit AS date_visit_1, a0_.description AS description_2, a0_.price AS price_3, a0_.symptoms AS symptoms_4, a0_.veterinary_diagnostic AS veterinary_diagnostic_5, a0_.medications AS medications_6, a0_.animal_weight AS animal_weight_7, a0_.animal_id AS animal_id_8, a0_.veterinary_id AS veterinary_id_9 FROM acdg_animal_health_check a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_veterinary a2_ ON a0_.veterinary_id = a2_.id WHERE a1_.name LIKE ? OR a2_.name LIKE ? OR a0_.description LIKE ? ORDER BY a0_.date_visit DESC LIMIT 10 (parameters: array{"1":"%%","2":"%%","3":"%%"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT a0_.id AS id_0, a0_.date_visit AS date_visit_1, a0_.description AS description_2, a0_.price AS price_3, a0_.symptoms AS symptoms_4, a0_.veterinary_diagnostic AS veterinary_diagnostic_5, a0_.medications AS medications_6, a0_.animal_weight AS animal_weight_7, a0_.animal_id AS animal_id_8, a0_.veterinary_id AS veterinary_id_9 FROM acdg_animal_health_check a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_veterinary a2_ ON a0_.veterinary_id = a2_.id WHERE a1_.name LIKE ? OR a2_.name LIKE ? OR a0_.description LIKE ? ORDER BY a0_.date_visit DESC LIMIT 10","params":{"1":"%%","2":"%%","3":"%%"},"types":{"1":2,"2":2,"3":2}} [] [2022-06-05T23:17:29.324714+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:17:29.330998+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:17:29.334169+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:17:29.341453+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:17:29.360003+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:17:29.370196+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:17:29.399353+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:17:29.905810+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"522f29"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/522f29","method":"GET"} [] [2022-06-05T23:17:30.934736+02:00] request.INFO: Matched route "animal_health_check_new". {"route":"animal_health_check_new","route_parameters":{"_route":"animal_health_check_new","_controller":"App\\Controller\\AnimalHealthCheckController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/animal/health/check/new","method":"GET"} [] [2022-06-05T23:17:30.940012+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:17:30.940052+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:17:30.940084+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:17:31.113885+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:17:31.117134+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_ {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_"} [] [2022-06-05T23:17:31.163559+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 WHERE t0.id = ? (parameters: array{"1":7}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 WHERE t0.id = ?","params":{"1":7},"types":{"1":1}} [] [2022-06-05T23:17:31.167593+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:17:31.192604+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ? (parameters: array{"1":89}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ?","params":{"1":89},"types":{"1":1}} [] [2022-06-05T23:17:31.205939+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:17:31.210542+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ? (parameters: array{"1":24}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ?","params":{"1":24},"types":{"1":1}} [] [2022-06-05T23:17:31.211080+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ? (parameters: array{"1":90}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ?","params":{"1":90},"types":{"1":1}} [] [2022-06-05T23:17:31.211673+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ? (parameters: array{"1":24}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ?","params":{"1":24},"types":{"1":1}} [] [2022-06-05T23:17:31.213223+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.address AS address_2, a0_.postal_code AS postal_code_3, a0_.city AS city_4, a0_.country AS country_5, a0_.phone AS phone_6, a0_.mail AS mail_7, a0_.website AS website_8 FROM acdg_veterinary a0_ {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.address AS address_2, a0_.postal_code AS postal_code_3, a0_.city AS city_4, a0_.country AS country_5, a0_.phone AS phone_6, a0_.mail AS mail_7, a0_.website AS website_8 FROM acdg_veterinary a0_"} [] [2022-06-05T23:17:31.291782+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:17:31.292640+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:17:31.293275+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:17:31.408568+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:17:31.445392+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:17:31.454994+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:17:31.480797+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:17:31.890410+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c12fc6"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/c12fc6","method":"GET"} [] [2022-06-05T23:18:09.706336+02:00] request.INFO: Matched route "animal_health_check_new". {"route":"animal_health_check_new","route_parameters":{"_route":"animal_health_check_new","_controller":"App\\Controller\\AnimalHealthCheckController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/animal/health/check/new","method":"POST"} [] [2022-06-05T23:18:09.738853+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:18:09.838323+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:18:09.844161+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:18:09.863340+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:18:09.863426+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:18:09.863458+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:18:09.866079+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:18:09.996624+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_ WHERE a0_.id IN (?) (parameters: array{"1":"23"}, types: array{"1":1}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_ WHERE a0_.id IN (?)","params":{"1":"23"},"types":{"1":1}} [] [2022-06-05T23:18:10.054650+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.address AS address_2, a0_.postal_code AS postal_code_3, a0_.city AS city_4, a0_.country AS country_5, a0_.phone AS phone_6, a0_.mail AS mail_7, a0_.website AS website_8 FROM acdg_veterinary a0_ WHERE a0_.id IN (?) (parameters: array{"1":"3"}, types: array{"1":1}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.address AS address_2, a0_.postal_code AS postal_code_3, a0_.city AS city_4, a0_.country AS country_5, a0_.phone AS phone_6, a0_.mail AS mail_7, a0_.website AS website_8 FROM acdg_veterinary a0_ WHERE a0_.id IN (?)","params":{"1":"3"},"types":{"1":1}} [] [2022-06-05T23:18:10.401853+02:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.4: Method "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::getDoctrine()" is deprecated, inject an instance of ManagerRegistry in your controller instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.4: Method \"Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController::getDoctrine()\" is deprecated, inject an instance of ManagerRegistry in your controller instead. at /home/benjamincb/demos/acdg/vendor/symfony/framework-bundle/Controller/AbstractController.php:386)"} [] [2022-06-05T23:18:10.406213+02:00] doctrine.DEBUG: Beginning transaction [] [] [2022-06-05T23:18:10.408417+02:00] doctrine.DEBUG: Executing statement: INSERT INTO acdg_animal_health_check (date_visit, description, price, symptoms, veterinary_diagnostic, medications, animal_weight, animal_id, veterinary_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) (parameters: array{"1":"2022-06-04","2":"Visite pré-adoption","3":20.0,"4":"N/A","5":"RAS","6":"N/A","7":"3kg","8":23,"9":3}, types: array{"1":2,"2":2,"3":2,"4":2,"5":2,"6":2,"7":2,"8":1,"9":1}) {"sql":"INSERT INTO acdg_animal_health_check (date_visit, description, price, symptoms, veterinary_diagnostic, medications, animal_weight, animal_id, veterinary_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)","params":{"1":"2022-06-04","2":"Visite pré-adoption","3":20.0,"4":"N/A","5":"RAS","6":"N/A","7":"3kg","8":23,"9":3},"types":{"1":2,"2":2,"3":2,"4":2,"5":2,"6":2,"7":2,"8":1,"9":1}} [] [2022-06-05T23:18:10.409746+02:00] doctrine.DEBUG: Committing transaction [] [] [2022-06-05T23:18:10.425387+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:18:10.458622+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:18:10.478545+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:18:10.535220+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:18:10.666161+02:00] request.INFO: Matched route "animal_health_check_show". {"route":"animal_health_check_show","route_parameters":{"_route":"animal_health_check_show","_controller":"App\\Controller\\AnimalHealthCheckController::show","id":"8"},"request_uri":"http://acdg.benjamin-sampic.fr/animal/health/check/8","method":"GET"} [] [2022-06-05T23:18:10.671628+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:18:10.671677+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:18:10.671710+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:18:10.724498+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:18:10.728295+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_visit AS date_visit_2, t0.description AS description_3, t0.price AS price_4, t0.symptoms AS symptoms_5, t0.veterinary_diagnostic AS veterinary_diagnostic_6, t0.medications AS medications_7, t0.animal_weight AS animal_weight_8, t0.animal_id AS animal_id_9, t0.veterinary_id AS veterinary_id_10 FROM acdg_animal_health_check t0 WHERE t0.id = ? (parameters: array{"1":"8"}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_visit AS date_visit_2, t0.description AS description_3, t0.price AS price_4, t0.symptoms AS symptoms_5, t0.veterinary_diagnostic AS veterinary_diagnostic_6, t0.medications AS medications_7, t0.animal_weight AS animal_weight_8, t0.animal_id AS animal_id_9, t0.veterinary_id AS veterinary_id_10 FROM acdg_animal_health_check t0 WHERE t0.id = ?","params":{"1":"8"},"types":{"1":1}} [] [2022-06-05T23:18:10.816769+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:18:10.819564+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:18:10.822356+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:18:10.823550+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:18:10.829938+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.postal_code AS postal_code_4, t0.city AS city_5, t0.country AS country_6, t0.phone AS phone_7, t0.mail AS mail_8, t0.website AS website_9 FROM acdg_veterinary t0 WHERE t0.id = ? (parameters: array{"1":3}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.postal_code AS postal_code_4, t0.city AS city_5, t0.country AS country_6, t0.phone AS phone_7, t0.mail AS mail_8, t0.website AS website_9 FROM acdg_veterinary t0 WHERE t0.id = ?","params":{"1":3},"types":{"1":1}} [] [2022-06-05T23:18:10.832474+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.animal_health_check_id AS animal_health_check_id_2, t0.document_id AS document_id_3 FROM acdg_animal_health_check_document t0 WHERE t0.animal_health_check_id = ? (parameters: array{"1":8}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.animal_health_check_id AS animal_health_check_id_2, t0.document_id AS document_id_3 FROM acdg_animal_health_check_document t0 WHERE t0.animal_health_check_id = ?","params":{"1":8},"types":{"1":1}} [] [2022-06-05T23:18:10.843305+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:18:10.853975+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:18:10.863648+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:18:10.891103+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:18:11.317405+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d0a060"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/d0a060","method":"GET"} [] [2022-06-05T23:18:37.101862+02:00] request.INFO: Matched route "animal_show". {"route":"animal_show","route_parameters":{"_route":"animal_show","_controller":"App\\Controller\\AnimalController::show","id":"23"},"request_uri":"http://acdg.benjamin-sampic.fr/animal/23","method":"GET"} [] [2022-06-05T23:18:37.107311+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:18:37.107353+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:18:37.107385+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:18:37.157443+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:18:37.160885+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ? (parameters: array{"1":"23"}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ?","params":{"1":"23"},"types":{"1":1}} [] [2022-06-05T23:18:37.193222+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:18:37.195850+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:18:37.198538+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:18:37.198835+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 WHERE t0.id = ? (parameters: array{"1":7}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 WHERE t0.id = ?","params":{"1":7},"types":{"1":1}} [] [2022-06-05T23:18:37.201987+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:18:37.206586+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 INNER JOIN acdg_siblings ON t0.id = acdg_siblings.animal_b_id WHERE acdg_siblings.animal_a_id = ? ORDER BY t0.name DESC (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 INNER JOIN acdg_siblings ON t0.id = acdg_siblings.animal_b_id WHERE acdg_siblings.animal_a_id = ? ORDER BY t0.name DESC","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:18:37.211657+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:18:37.235090+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ? (parameters: array{"1":89}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ?","params":{"1":89},"types":{"1":1}} [] [2022-06-05T23:18:37.236719+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ? (parameters: array{"1":15}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ?","params":{"1":15},"types":{"1":1}} [] [2022-06-05T23:18:37.251153+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_visit AS date_visit_2, t0.description AS description_3, t0.price AS price_4, t0.symptoms AS symptoms_5, t0.veterinary_diagnostic AS veterinary_diagnostic_6, t0.medications AS medications_7, t0.animal_weight AS animal_weight_8, t0.animal_id AS animal_id_9, t0.veterinary_id AS veterinary_id_10 FROM acdg_animal_health_check t0 WHERE t0.animal_id = ? ORDER BY t0.date_visit DESC (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_visit AS date_visit_2, t0.description AS description_3, t0.price AS price_4, t0.symptoms AS symptoms_5, t0.veterinary_diagnostic AS veterinary_diagnostic_6, t0.medications AS medications_7, t0.animal_weight AS animal_weight_8, t0.animal_id AS animal_id_9, t0.veterinary_id AS veterinary_id_10 FROM acdg_animal_health_check t0 WHERE t0.animal_id = ? ORDER BY t0.date_visit DESC","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:18:37.255539+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.postal_code AS postal_code_4, t0.city AS city_5, t0.country AS country_6, t0.phone AS phone_7, t0.mail AS mail_8, t0.website AS website_9 FROM acdg_veterinary t0 WHERE t0.id = ? (parameters: array{"1":3}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.postal_code AS postal_code_4, t0.city AS city_5, t0.country AS country_6, t0.phone AS phone_7, t0.mail AS mail_8, t0.website AS website_9 FROM acdg_veterinary t0 WHERE t0.id = ?","params":{"1":3},"types":{"1":1}} [] [2022-06-05T23:18:37.263887+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:18:37.285567+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:18:37.296351+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:18:37.331108+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:18:37.930375+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e7d9ff"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/e7d9ff","method":"GET"} [] [2022-06-05T23:18:41.847647+02:00] request.INFO: Matched route "document_generate". {"route":"document_generate","route_parameters":{"_route":"document_generate","_controller":"App\\Controller\\DocumentController::generate","name":"animal_health_checks"},"request_uri":"http://acdg.benjamin-sampic.fr/document/generate/animal_health_checks?animal=23","method":"GET"} [] [2022-06-05T23:18:41.860973+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:18:41.861019+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:18:41.861057+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:18:42.128879+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:18:42.133070+02:00] doctrine.DEBUG: Executing query: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.postal_code AS postal_code_4, t0.city AS city_5, t0.country AS country_6, t0.mail AS mail_7, t0.phone AS phone_8, t0.identification_number AS identification_number_9, t0.siren AS siren_10, t0.president_sex AS president_sex_11, t0.president_name AS president_name_12, t0.president_same_address AS president_same_address_13, t0.president_address AS president_address_14, t0.president_postal_code AS president_postal_code_15, t0.president_city AS president_city_16, t0.president_country AS president_country_17 FROM acdg_association_informations t0 ORDER BY t0.id DESC LIMIT 1 {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.postal_code AS postal_code_4, t0.city AS city_5, t0.country AS country_6, t0.mail AS mail_7, t0.phone AS phone_8, t0.identification_number AS identification_number_9, t0.siren AS siren_10, t0.president_sex AS president_sex_11, t0.president_name AS president_name_12, t0.president_same_address AS president_same_address_13, t0.president_address AS president_address_14, t0.president_postal_code AS president_postal_code_15, t0.president_city AS president_city_16, t0.president_country AS president_country_17 FROM acdg_association_informations t0 ORDER BY t0.id DESC LIMIT 1"} [] [2022-06-05T23:18:42.144782+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ? (parameters: array{"1":"23"}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ?","params":{"1":"23"},"types":{"1":1}} [] [2022-06-05T23:18:42.250717+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 WHERE t0.id = ? (parameters: array{"1":7}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 WHERE t0.id = ?","params":{"1":7},"types":{"1":1}} [] [2022-06-05T23:18:42.251563+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:18:42.264689+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ? (parameters: array{"1":15}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ?","params":{"1":15},"types":{"1":1}} [] [2022-06-05T23:18:42.278477+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_visit AS date_visit_2, t0.description AS description_3, t0.price AS price_4, t0.symptoms AS symptoms_5, t0.veterinary_diagnostic AS veterinary_diagnostic_6, t0.medications AS medications_7, t0.animal_weight AS animal_weight_8, t0.animal_id AS animal_id_9, t0.veterinary_id AS veterinary_id_10 FROM acdg_animal_health_check t0 WHERE t0.animal_id = ? ORDER BY t0.date_visit DESC (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_visit AS date_visit_2, t0.description AS description_3, t0.price AS price_4, t0.symptoms AS symptoms_5, t0.veterinary_diagnostic AS veterinary_diagnostic_6, t0.medications AS medications_7, t0.animal_weight AS animal_weight_8, t0.animal_id AS animal_id_9, t0.veterinary_id AS veterinary_id_10 FROM acdg_animal_health_check t0 WHERE t0.animal_id = ? ORDER BY t0.date_visit DESC","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:18:42.285532+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.postal_code AS postal_code_4, t0.city AS city_5, t0.country AS country_6, t0.phone AS phone_7, t0.mail AS mail_8, t0.website AS website_9 FROM acdg_veterinary t0 WHERE t0.id = ? (parameters: array{"1":3}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.postal_code AS postal_code_4, t0.city AS city_5, t0.country AS country_6, t0.phone AS phone_7, t0.mail AS mail_8, t0.website AS website_9 FROM acdg_veterinary t0 WHERE t0.id = ?","params":{"1":3},"types":{"1":1}} [] [2022-06-05T23:18:42.356438+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:18:42.358457+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:18:42.368103+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:18:42.387173+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:18:42.404343+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:18:42.450845+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:18:42.660409+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b3df12"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/b3df12","method":"GET"} [] [2022-06-05T23:58:58.918186+02:00] request.INFO: Matched route "family_index". {"route":"family_index","route_parameters":{"_route":"family_index","_controller":"App\\Controller\\FamilyController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/family/","method":"GET"} [] [2022-06-05T23:58:58.932289+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:58:58.932347+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:58:58.932381+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:58:59.173955+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:58:59.178720+02:00] doctrine.DEBUG: Executing query: SELECT count(a0_.id) AS sclr_0 FROM acdg_family a0_ {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_family a0_"} [] [2022-06-05T23:58:59.221271+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ ORDER BY a0_.deleted ASC, a0_.name ASC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ ORDER BY a0_.deleted ASC, a0_.name ASC LIMIT 5"} [] [2022-06-05T23:58:59.321479+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:58:59.330112+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:58:59.342799+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:58:59.364329+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE ((t0.date_back IS NULL OR t0.date_back >= ?) AND t0.family_id = ?) ORDER BY t0.date_adoption DESC (parameters: array{"1":"2022-06-05","2":15}, types: array{"1":2,"2":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE ((t0.date_back IS NULL OR t0.date_back >= ?) AND t0.family_id = ?) ORDER BY t0.date_adoption DESC","params":{"1":"2022-06-05","2":15},"types":{"1":2,"2":1}} [] [2022-06-05T23:58:59.396760+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE ((t0.date_back IS NULL OR t0.date_back >= ?) AND t0.family_id = ?) ORDER BY t0.date_adoption DESC (parameters: array{"1":"2022-06-05","2":16}, types: array{"1":2,"2":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE ((t0.date_back IS NULL OR t0.date_back >= ?) AND t0.family_id = ?) ORDER BY t0.date_adoption DESC","params":{"1":"2022-06-05","2":16},"types":{"1":2,"2":1}} [] [2022-06-05T23:58:59.432423+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:58:59.497379+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:58:59.515295+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:58:59.589170+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:59:00.071106+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a4f84a"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/a4f84a","method":"GET"} [] [2022-06-05T23:59:00.675995+02:00] request.INFO: Matched route "animal_health_check_index". {"route":"animal_health_check_index","route_parameters":{"_route":"animal_health_check_index","_controller":"App\\Controller\\AnimalHealthCheckController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/animal/health/check/","method":"GET"} [] [2022-06-05T23:59:00.681554+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:59:00.681614+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:59:00.681647+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:59:00.800422+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:59:00.804784+02:00] doctrine.DEBUG: Executing statement: SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_animal_health_check a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_veterinary a2_ ON a0_.veterinary_id = a2_.id WHERE a1_.name LIKE ? OR a2_.name LIKE ? OR a0_.description LIKE ? (parameters: array{"1":"%%","2":"%%","3":"%%"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_animal_health_check a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_veterinary a2_ ON a0_.veterinary_id = a2_.id WHERE a1_.name LIKE ? OR a2_.name LIKE ? OR a0_.description LIKE ?","params":{"1":"%%","2":"%%","3":"%%"},"types":{"1":2,"2":2,"3":2}} [] [2022-06-05T23:59:00.810689+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.date_visit AS date_visit_1, a0_.description AS description_2, a0_.price AS price_3, a0_.symptoms AS symptoms_4, a0_.veterinary_diagnostic AS veterinary_diagnostic_5, a0_.medications AS medications_6, a0_.animal_weight AS animal_weight_7, a0_.animal_id AS animal_id_8, a0_.veterinary_id AS veterinary_id_9 FROM acdg_animal_health_check a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_veterinary a2_ ON a0_.veterinary_id = a2_.id WHERE a1_.name LIKE ? OR a2_.name LIKE ? OR a0_.description LIKE ? ORDER BY a0_.date_visit DESC LIMIT 10 (parameters: array{"1":"%%","2":"%%","3":"%%"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT a0_.id AS id_0, a0_.date_visit AS date_visit_1, a0_.description AS description_2, a0_.price AS price_3, a0_.symptoms AS symptoms_4, a0_.veterinary_diagnostic AS veterinary_diagnostic_5, a0_.medications AS medications_6, a0_.animal_weight AS animal_weight_7, a0_.animal_id AS animal_id_8, a0_.veterinary_id AS veterinary_id_9 FROM acdg_animal_health_check a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_veterinary a2_ ON a0_.veterinary_id = a2_.id WHERE a1_.name LIKE ? OR a2_.name LIKE ? OR a0_.description LIKE ? ORDER BY a0_.date_visit DESC LIMIT 10","params":{"1":"%%","2":"%%","3":"%%"},"types":{"1":2,"2":2,"3":2}} [] [2022-06-05T23:59:00.852882+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:59:00.856045+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:59:00.859265+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:59:00.861610+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:59:00.867405+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-05T23:59:00.905380+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ? (parameters: array{"1":89}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ?","params":{"1":89},"types":{"1":1}} [] [2022-06-05T23:59:00.906325+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.postal_code AS postal_code_4, t0.city AS city_5, t0.country AS country_6, t0.phone AS phone_7, t0.mail AS mail_8, t0.website AS website_9 FROM acdg_veterinary t0 WHERE t0.id = ? (parameters: array{"1":3}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.postal_code AS postal_code_4, t0.city AS city_5, t0.country AS country_6, t0.phone AS phone_7, t0.mail AS mail_8, t0.website AS website_9 FROM acdg_veterinary t0 WHERE t0.id = ?","params":{"1":3},"types":{"1":1}} [] [2022-06-05T23:59:00.914378+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:59:00.935504+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:59:00.944993+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:59:00.967099+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:59:01.410783+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2d7b9b"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/2d7b9b","method":"GET"} [] [2022-06-05T23:59:02.427351+02:00] request.INFO: Matched route "payment_index". {"route":"payment_index","route_parameters":{"_route":"payment_index","_controller":"App\\Controller\\PaymentController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/payment/","method":"GET"} [] [2022-06-05T23:59:02.432967+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:59:02.433023+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:59:02.433055+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:59:02.512630+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:59:02.516743+02:00] doctrine.DEBUG: Executing statement: SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_payment a0_ INNER JOIN acdg_payment_line a1_ ON a0_.id = a1_.payment_id WHERE a0_.name LIKE ? OR a0_.description LIKE ? OR a1_.name LIKE ? OR a1_.description LIKE ? (parameters: array{"1":"%%","2":"%%","3":"%%","4":"%%"}, types: array{"1":2,"2":2,"3":2,"4":2}) {"sql":"SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_payment a0_ INNER JOIN acdg_payment_line a1_ ON a0_.id = a1_.payment_id WHERE a0_.name LIKE ? OR a0_.description LIKE ? OR a1_.name LIKE ? OR a1_.description LIKE ?","params":{"1":"%%","2":"%%","3":"%%","4":"%%"},"types":{"1":2,"2":2,"3":2,"4":2}} [] [2022-06-05T23:59:02.525152+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.reference AS reference_2, a0_.type AS type_3, a0_.amount AS amount_4, a0_.date_payment AS date_payment_5, a0_.description AS description_6, a0_.date_added AS date_added_7, a0_.mean_of_payment_id AS mean_of_payment_id_8 FROM acdg_payment a0_ WHERE a0_.id IN (SELECT a1_.id FROM acdg_payment a1_ INNER JOIN acdg_payment_line a2_ ON a1_.id = a2_.payment_id WHERE a1_.name LIKE ? OR a1_.description LIKE ? OR a2_.name LIKE ? OR a2_.description LIKE ?) ORDER BY a0_.date_payment DESC LIMIT 5 (parameters: array{"1":"%%","2":"%%","3":"%%","4":"%%"}, types: array{"1":2,"2":2,"3":2,"4":2}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.reference AS reference_2, a0_.type AS type_3, a0_.amount AS amount_4, a0_.date_payment AS date_payment_5, a0_.description AS description_6, a0_.date_added AS date_added_7, a0_.mean_of_payment_id AS mean_of_payment_id_8 FROM acdg_payment a0_ WHERE a0_.id IN (SELECT a1_.id FROM acdg_payment a1_ INNER JOIN acdg_payment_line a2_ ON a1_.id = a2_.payment_id WHERE a1_.name LIKE ? OR a1_.description LIKE ? OR a2_.name LIKE ? OR a2_.description LIKE ?) ORDER BY a0_.date_payment DESC LIMIT 5","params":{"1":"%%","2":"%%","3":"%%","4":"%%"},"types":{"1":2,"2":2,"3":2,"4":2}} [] [2022-06-05T23:59:02.546531+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:59:02.553034+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:59:02.556415+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:59:02.573561+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:59:02.613822+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:59:02.624454+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:59:02.645792+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:59:03.104015+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"84617e"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/84617e","method":"GET"} [] [2022-06-05T23:59:04.604825+02:00] request.INFO: Matched route "document_index". {"route":"document_index","route_parameters":{"_route":"document_index","_controller":"App\\Controller\\DocumentController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/document/","method":"GET"} [] [2022-06-05T23:59:04.612885+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:59:04.612949+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:59:04.613002+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:59:04.694693+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:59:04.697865+02:00] doctrine.DEBUG: Executing query: SELECT count(a0_.id) AS sclr_0 FROM acdg_document a0_ {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_document a0_"} [] [2022-06-05T23:59:04.704542+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.path AS path_2, a0_.type AS type_3, a0_.description AS description_4, a0_.date_upload AS date_upload_5, a0_.user_id AS user_id_6 FROM acdg_document a0_ ORDER BY a0_.date_upload DESC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.path AS path_2, a0_.type AS type_3, a0_.description AS description_4, a0_.date_upload AS date_upload_5, a0_.user_id AS user_id_6 FROM acdg_document a0_ ORDER BY a0_.date_upload DESC LIMIT 5"} [] [2022-06-05T23:59:04.736451+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.document_id = ? (parameters: array{"1":90}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.document_id = ?","params":{"1":90},"types":{"1":1}} [] [2022-06-05T23:59:04.745241+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.animal_health_check_id AS animal_health_check_id_2, t0.document_id AS document_id_3 FROM acdg_animal_health_check_document t0 WHERE t0.document_id = ? (parameters: array{"1":90}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.animal_health_check_id AS animal_health_check_id_2, t0.document_id AS document_id_3 FROM acdg_animal_health_check_document t0 WHERE t0.document_id = ?","params":{"1":90},"types":{"1":1}} [] [2022-06-05T23:59:04.749956+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.payment_id AS payment_id_2, t0.document_id AS document_id_3 FROM acdg_payment_document t0 WHERE t0.document_id = ? (parameters: array{"1":90}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.payment_id AS payment_id_2, t0.document_id AS document_id_3 FROM acdg_payment_document t0 WHERE t0.document_id = ?","params":{"1":90},"types":{"1":1}} [] [2022-06-05T23:59:04.751214+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.document_id = ? (parameters: array{"1":89}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.document_id = ?","params":{"1":89},"types":{"1":1}} [] [2022-06-05T23:59:04.751943+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.animal_health_check_id AS animal_health_check_id_2, t0.document_id AS document_id_3 FROM acdg_animal_health_check_document t0 WHERE t0.document_id = ? (parameters: array{"1":89}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.animal_health_check_id AS animal_health_check_id_2, t0.document_id AS document_id_3 FROM acdg_animal_health_check_document t0 WHERE t0.document_id = ?","params":{"1":89},"types":{"1":1}} [] [2022-06-05T23:59:04.752607+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.payment_id AS payment_id_2, t0.document_id AS document_id_3 FROM acdg_payment_document t0 WHERE t0.document_id = ? (parameters: array{"1":89}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.payment_id AS payment_id_2, t0.document_id AS document_id_3 FROM acdg_payment_document t0 WHERE t0.document_id = ?","params":{"1":89},"types":{"1":1}} [] [2022-06-05T23:59:04.753440+02:00] doctrine.DEBUG: Executing query: SELECT DISTINCT a0_.type AS type_0 FROM acdg_document a0_ ORDER BY a0_.type ASC {"sql":"SELECT DISTINCT a0_.type AS type_0 FROM acdg_document a0_ ORDER BY a0_.type ASC"} [] [2022-06-05T23:59:04.823638+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:59:04.824509+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:59:04.825299+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:59:04.833302+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:59:04.847333+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:59:04.857343+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:59:04.879765+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:59:05.283931+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bf3356"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/bf3356","method":"GET"} [] [2022-06-05T23:59:07.204381+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\IndexController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/","method":"GET"} [] [2022-06-05T23:59:07.209839+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:59:07.209883+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:59:07.209916+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:59:07.224758+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:59:07.264672+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:59:07.268101+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:59:07.275705+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:59:07.286885+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:59:07.299058+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:59:07.305804+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:59:07.323470+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:59:07.469539+02:00] request.INFO: Matched route "index_logged_in". {"route":"index_logged_in","route_parameters":{"_route":"index_logged_in","_controller":"App\\Controller\\IndexController::indexLoggedIn"},"request_uri":"http://acdg.benjamin-sampic.fr/index","method":"GET"} [] [2022-06-05T23:59:07.474892+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-05T23:59:07.474937+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:59:07.474969+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-05T23:59:07.538583+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-05T23:59:07.541647+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_animal t0 {"sql":"SELECT COUNT(*) FROM acdg_animal t0"} [] [2022-06-05T23:59:07.561751+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ WHERE a0_.id NOT IN (SELECT a1_.id FROM acdg_animal a1_ LEFT JOIN acdg_family_animal a2_ ON a1_.id = a2_.animal_id WHERE a2_.date_adoption < ? AND (a2_.date_back > ? OR a2_.date_back IS NULL)) (parameters: array{"1":"2022-06-05 23:59:07","2":"2022-06-05 23:59:07"}, types: array{"1":2,"2":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ WHERE a0_.id NOT IN (SELECT a1_.id FROM acdg_animal a1_ LEFT JOIN acdg_family_animal a2_ ON a1_.id = a2_.animal_id WHERE a2_.date_adoption < ? AND (a2_.date_back > ? OR a2_.date_back IS NULL))","params":{"1":"2022-06-05 23:59:07","2":"2022-06-05 23:59:07"},"types":{"1":2,"2":2}} [] [2022-06-05T23:59:07.564913+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_family t0 {"sql":"SELECT COUNT(*) FROM acdg_family t0"} [] [2022-06-05T23:59:07.565332+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_veterinary t0 {"sql":"SELECT COUNT(*) FROM acdg_veterinary t0"} [] [2022-06-05T23:59:07.565957+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_family_animal t0 {"sql":"SELECT COUNT(*) FROM acdg_family_animal t0"} [] [2022-06-05T23:59:07.567109+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_animal_health_check t0 {"sql":"SELECT COUNT(*) FROM acdg_animal_health_check t0"} [] [2022-06-05T23:59:07.567937+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_payment t0 {"sql":"SELECT COUNT(*) FROM acdg_payment t0"} [] [2022-06-05T23:59:07.582347+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-05T23:59:07.585165+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-05T23:59:07.588390+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-05T23:59:07.595236+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-05T23:59:07.610786+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-05T23:59:07.620471+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-05T23:59:07.642479+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-05T23:59:08.102372+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8fe667"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/8fe667","method":"GET"} [] [2022-06-07T13:06:55.281117+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\IndexController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/","method":"GET"} [] [2022-06-07T13:06:55.702389+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T13:06:55.702443+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T13:06:55.702474+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T13:06:57.548661+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T13:06:57.647180+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T13:06:57.798357+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T13:06:58.315441+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:04:08.904384+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\IndexController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/","method":"GET"} [] [2022-06-07T21:04:09.188244+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:04:09.188311+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:04:09.188344+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:04:10.525083+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:04:10.592114+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:04:10.766346+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:04:11.014453+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://acdg.benjamin-sampic.fr/login","method":"GET"} [] [2022-06-07T21:04:11.036854+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:04:11.036894+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:04:11.036926+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:04:11.104189+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:04:11.931655+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:04:11.935329+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:04:11.945934+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:04:12.150467+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:04:12.994552+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"948222"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/948222","method":"GET"} [] [2022-06-07T21:04:13.264320+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://acdg.benjamin-sampic.fr/favicon.ico" (from "http://acdg.benjamin-sampic.fr/login")" at /home/benjamincb/demos/acdg/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://acdg.benjamin-sampic.fr/favicon.ico\" (from \"http://acdg.benjamin-sampic.fr/login\") at /home/benjamincb/demos/acdg/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/benjamincb/demos/acdg/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2022-06-07T21:04:14.237578+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:04:14.241370+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:04:14.251755+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:04:14.332173+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:04:16.811076+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://acdg.benjamin-sampic.fr/login","method":"POST"} [] [2022-06-07T21:04:16.820821+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:04:16.820881+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:04:17.718975+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:04:17.795588+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.username = ? LIMIT 1 (parameters: array{"1":"admin"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.username = ? LIMIT 1","params":{"1":"admin"},"types":{"1":2}} [] [2022-06-07T21:04:18.773490+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken":"PostAuthenticationToken(user=\"admin\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:04:18.850176+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:04:18.862328+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:04:18.989976+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:04:19.000687+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:04:19.025648+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:04:19.214261+02:00] request.INFO: Matched route "index_logged_in". {"route":"index_logged_in","route_parameters":{"_route":"index_logged_in","_controller":"App\\Controller\\IndexController::indexLoggedIn"},"request_uri":"http://acdg.benjamin-sampic.fr/index","method":"GET"} [] [2022-06-07T21:04:19.222243+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:04:19.222333+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:04:19.222390+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:04:20.125753+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:04:20.129293+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_animal t0 {"sql":"SELECT COUNT(*) FROM acdg_animal t0"} [] [2022-06-07T21:04:20.460011+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ WHERE a0_.id NOT IN (SELECT a1_.id FROM acdg_animal a1_ LEFT JOIN acdg_family_animal a2_ ON a1_.id = a2_.animal_id WHERE a2_.date_adoption < ? AND (a2_.date_back > ? OR a2_.date_back IS NULL)) (parameters: array{"1":"2022-06-07 21:04:20","2":"2022-06-07 21:04:20"}, types: array{"1":2,"2":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ WHERE a0_.id NOT IN (SELECT a1_.id FROM acdg_animal a1_ LEFT JOIN acdg_family_animal a2_ ON a1_.id = a2_.animal_id WHERE a2_.date_adoption < ? AND (a2_.date_back > ? OR a2_.date_back IS NULL))","params":{"1":"2022-06-07 21:04:20","2":"2022-06-07 21:04:20"},"types":{"1":2,"2":2}} [] [2022-06-07T21:04:20.517872+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_family t0 {"sql":"SELECT COUNT(*) FROM acdg_family t0"} [] [2022-06-07T21:04:20.520752+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_veterinary t0 {"sql":"SELECT COUNT(*) FROM acdg_veterinary t0"} [] [2022-06-07T21:04:20.523294+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_family_animal t0 {"sql":"SELECT COUNT(*) FROM acdg_family_animal t0"} [] [2022-06-07T21:04:20.525081+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_animal_health_check t0 {"sql":"SELECT COUNT(*) FROM acdg_animal_health_check t0"} [] [2022-06-07T21:04:20.527181+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_payment t0 {"sql":"SELECT COUNT(*) FROM acdg_payment t0"} [] [2022-06-07T21:04:20.588334+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:04:20.591170+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:04:20.594823+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:04:20.601386+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:04:20.864966+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:04:20.874834+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:04:20.896769+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:04:21.428343+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"daa58e"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/daa58e","method":"GET"} [] [2022-06-07T21:04:33.028367+02:00] request.INFO: Matched route "app_payment_mean_index". {"route":"app_payment_mean_index","route_parameters":{"_route":"app_payment_mean_index","_controller":"App\\Controller\\PaymentMeanController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/payment_mean/","method":"GET"} [] [2022-06-07T21:04:33.034062+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:04:33.034115+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:04:33.034148+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:04:33.165739+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:04:33.169214+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_payment_mean a0_ WHERE a0_.name LIKE ? (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_payment_mean a0_ WHERE a0_.name LIKE ?","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:04:33.196007+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_payment_mean a0_ WHERE a0_.name LIKE ? ORDER BY a0_.id ASC LIMIT 10 (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_payment_mean a0_ WHERE a0_.name LIKE ? ORDER BY a0_.id ASC LIMIT 10","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:04:33.370167+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:04:33.376565+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:04:33.380364+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:04:33.419854+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:04:33.431584+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:04:33.441571+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:04:33.507162+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:04:34.012332+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a61aee"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/a61aee","method":"GET"} [] [2022-06-07T21:04:35.192000+02:00] request.INFO: Matched route "app_payment_mean_new". {"route":"app_payment_mean_new","route_parameters":{"_route":"app_payment_mean_new","_controller":"App\\Controller\\PaymentMeanController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/payment_mean/new","method":"GET"} [] [2022-06-07T21:04:35.197234+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:04:35.197275+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:04:35.197308+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:04:35.912433+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:04:35.919601+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:04:35.923099+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:04:35.930337+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:04:36.309039+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:04:36.321999+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:04:36.332863+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:04:36.369078+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:04:36.918668+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c9bb40"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/c9bb40","method":"GET"} [] [2022-06-07T21:04:45.853067+02:00] request.INFO: Matched route "app_payment_mean_new". {"route":"app_payment_mean_new","route_parameters":{"_route":"app_payment_mean_new","_controller":"App\\Controller\\PaymentMeanController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/payment_mean/new","method":"POST"} [] [2022-06-07T21:04:45.902954+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:04:45.979628+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:04:45.984502+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:04:45.992605+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:04:45.992671+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:04:45.992703+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:04:45.995129+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:04:47.549644+02:00] doctrine.DEBUG: Beginning transaction [] [] [2022-06-07T21:04:47.597394+02:00] doctrine.DEBUG: Executing statement: INSERT INTO acdg_payment_mean (name) VALUES (?) (parameters: array{"1":"Carte bancaire"}, types: array{"1":2}) {"sql":"INSERT INTO acdg_payment_mean (name) VALUES (?)","params":{"1":"Carte bancaire"},"types":{"1":2}} [] [2022-06-07T21:04:47.598554+02:00] doctrine.DEBUG: Committing transaction [] [] [2022-06-07T21:04:47.611097+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:04:47.629214+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:04:47.648015+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:04:47.720788+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:04:47.808278+02:00] request.INFO: Matched route "app_payment_mean_index". {"route":"app_payment_mean_index","route_parameters":{"_route":"app_payment_mean_index","_controller":"App\\Controller\\PaymentMeanController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/payment_mean/","method":"GET"} [] [2022-06-07T21:04:47.814015+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:04:47.814056+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:04:47.814087+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:04:47.884766+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:04:47.889046+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_payment_mean a0_ WHERE a0_.name LIKE ? (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_payment_mean a0_ WHERE a0_.name LIKE ?","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:04:47.893225+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_payment_mean a0_ WHERE a0_.name LIKE ? ORDER BY a0_.id ASC LIMIT 10 (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_payment_mean a0_ WHERE a0_.name LIKE ? ORDER BY a0_.id ASC LIMIT 10","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:04:47.914504+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:04:47.928528+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:04:47.935979+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:04:47.943516+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:04:47.956020+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:04:47.966895+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:04:47.992353+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:04:48.564808+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bb5a50"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/bb5a50","method":"GET"} [] [2022-06-07T21:04:49.998505+02:00] request.INFO: Matched route "app_payment_mean_new". {"route":"app_payment_mean_new","route_parameters":{"_route":"app_payment_mean_new","_controller":"App\\Controller\\PaymentMeanController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/payment_mean/new","method":"GET"} [] [2022-06-07T21:04:50.003909+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:04:50.003946+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:04:50.003977+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:04:50.081999+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:04:50.088947+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:04:50.092515+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:04:50.103691+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:04:50.114303+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:04:50.142651+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:04:50.152285+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:04:50.172881+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:04:50.695888+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"344c5e"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/344c5e","method":"GET"} [] [2022-06-07T21:04:54.367053+02:00] request.INFO: Matched route "app_payment_mean_new". {"route":"app_payment_mean_new","route_parameters":{"_route":"app_payment_mean_new","_controller":"App\\Controller\\PaymentMeanController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/payment_mean/new","method":"POST"} [] [2022-06-07T21:04:54.380409+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:04:54.422015+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:04:54.425515+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:04:54.432986+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:04:54.433042+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:04:54.433072+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:04:54.434641+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:04:54.517104+02:00] doctrine.DEBUG: Beginning transaction [] [] [2022-06-07T21:04:54.518160+02:00] doctrine.DEBUG: Executing statement: INSERT INTO acdg_payment_mean (name) VALUES (?) (parameters: array{"1":"Chèque"}, types: array{"1":2}) {"sql":"INSERT INTO acdg_payment_mean (name) VALUES (?)","params":{"1":"Chèque"},"types":{"1":2}} [] [2022-06-07T21:04:54.519812+02:00] doctrine.DEBUG: Committing transaction [] [] [2022-06-07T21:04:54.525915+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:04:54.544507+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:04:54.552372+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:04:54.581437+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:04:54.719781+02:00] request.INFO: Matched route "app_payment_mean_index". {"route":"app_payment_mean_index","route_parameters":{"_route":"app_payment_mean_index","_controller":"App\\Controller\\PaymentMeanController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/payment_mean/","method":"GET"} [] [2022-06-07T21:04:54.725351+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:04:54.725391+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:04:54.725423+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:04:54.790179+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:04:54.793838+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_payment_mean a0_ WHERE a0_.name LIKE ? (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_payment_mean a0_ WHERE a0_.name LIKE ?","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:04:54.798499+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_payment_mean a0_ WHERE a0_.name LIKE ? ORDER BY a0_.id ASC LIMIT 10 (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_payment_mean a0_ WHERE a0_.name LIKE ? ORDER BY a0_.id ASC LIMIT 10","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:04:54.816603+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:04:54.822664+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:04:54.825944+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:04:54.832904+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:04:54.844578+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:04:54.855049+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:04:54.874963+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:04:55.834068+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d31f15"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/d31f15","method":"GET"} [] [2022-06-07T21:04:56.669596+02:00] request.INFO: Matched route "app_payment_mean_new". {"route":"app_payment_mean_new","route_parameters":{"_route":"app_payment_mean_new","_controller":"App\\Controller\\PaymentMeanController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/payment_mean/new","method":"GET"} [] [2022-06-07T21:04:56.675135+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:04:56.675179+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:04:56.675212+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:04:56.755119+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:04:56.762225+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:04:56.766477+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:04:56.774205+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:04:56.785862+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:04:56.798734+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:04:56.807069+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:04:56.829091+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:04:57.418750+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d37435"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/d37435","method":"GET"} [] [2022-06-07T21:05:01.936129+02:00] request.INFO: Matched route "app_payment_mean_new". {"route":"app_payment_mean_new","route_parameters":{"_route":"app_payment_mean_new","_controller":"App\\Controller\\PaymentMeanController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/payment_mean/new","method":"POST"} [] [2022-06-07T21:05:01.949778+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:05:01.992658+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:05:01.996355+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:05:02.003838+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:05:02.003911+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:05:02.003943+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:05:02.005523+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:05:02.073402+02:00] doctrine.DEBUG: Beginning transaction [] [] [2022-06-07T21:05:02.074589+02:00] doctrine.DEBUG: Executing statement: INSERT INTO acdg_payment_mean (name) VALUES (?) (parameters: array{"1":"Virement"}, types: array{"1":2}) {"sql":"INSERT INTO acdg_payment_mean (name) VALUES (?)","params":{"1":"Virement"},"types":{"1":2}} [] [2022-06-07T21:05:02.075273+02:00] doctrine.DEBUG: Committing transaction [] [] [2022-06-07T21:05:02.081617+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:05:02.092999+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:05:02.102190+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:05:02.126829+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:05:02.259442+02:00] request.INFO: Matched route "app_payment_mean_index". {"route":"app_payment_mean_index","route_parameters":{"_route":"app_payment_mean_index","_controller":"App\\Controller\\PaymentMeanController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/payment_mean/","method":"GET"} [] [2022-06-07T21:05:02.264683+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:05:02.264721+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:05:02.264751+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:05:02.319868+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:05:02.323232+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_payment_mean a0_ WHERE a0_.name LIKE ? (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_payment_mean a0_ WHERE a0_.name LIKE ?","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:05:02.327114+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_payment_mean a0_ WHERE a0_.name LIKE ? ORDER BY a0_.id ASC LIMIT 10 (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_payment_mean a0_ WHERE a0_.name LIKE ? ORDER BY a0_.id ASC LIMIT 10","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:05:02.344779+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:05:02.351033+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:05:02.354369+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:05:02.361570+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:05:02.373378+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:05:02.384079+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:05:02.405300+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:05:03.091929+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c5768d"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/c5768d","method":"GET"} [] [2022-06-07T21:05:04.537468+02:00] request.INFO: Matched route "app_payment_mean_new". {"route":"app_payment_mean_new","route_parameters":{"_route":"app_payment_mean_new","_controller":"App\\Controller\\PaymentMeanController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/payment_mean/new","method":"GET"} [] [2022-06-07T21:05:04.543012+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:05:04.543054+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:05:04.543087+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:05:04.624211+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:05:04.631308+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:05:04.634818+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:05:04.642588+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:05:04.653839+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:05:04.666009+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:05:04.680102+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:05:04.701514+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:05:05.415963+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7bc3dc"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/7bc3dc","method":"GET"} [] [2022-06-07T21:05:31.511103+02:00] request.INFO: Matched route "app_payment_mean_new". {"route":"app_payment_mean_new","route_parameters":{"_route":"app_payment_mean_new","_controller":"App\\Controller\\PaymentMeanController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/payment_mean/new","method":"POST"} [] [2022-06-07T21:05:31.541052+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:05:31.626840+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:05:31.632160+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:05:31.650560+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:05:31.650620+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:05:31.650653+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:05:31.653025+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:05:31.871142+02:00] doctrine.DEBUG: Beginning transaction [] [] [2022-06-07T21:05:31.872961+02:00] doctrine.DEBUG: Executing statement: INSERT INTO acdg_payment_mean (name) VALUES (?) (parameters: array{"1":"Monnaie"}, types: array{"1":2}) {"sql":"INSERT INTO acdg_payment_mean (name) VALUES (?)","params":{"1":"Monnaie"},"types":{"1":2}} [] [2022-06-07T21:05:31.874156+02:00] doctrine.DEBUG: Committing transaction [] [] [2022-06-07T21:05:31.886002+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:05:31.918306+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:05:31.934656+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:05:32.001627+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:05:32.108946+02:00] request.INFO: Matched route "app_payment_mean_index". {"route":"app_payment_mean_index","route_parameters":{"_route":"app_payment_mean_index","_controller":"App\\Controller\\PaymentMeanController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/payment_mean/","method":"GET"} [] [2022-06-07T21:05:32.114220+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:05:32.114258+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:05:32.114288+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:05:32.177011+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:05:32.180779+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_payment_mean a0_ WHERE a0_.name LIKE ? (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_payment_mean a0_ WHERE a0_.name LIKE ?","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:05:32.186284+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_payment_mean a0_ WHERE a0_.name LIKE ? ORDER BY a0_.id ASC LIMIT 10 (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_payment_mean a0_ WHERE a0_.name LIKE ? ORDER BY a0_.id ASC LIMIT 10","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:05:32.207572+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:05:32.213571+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:05:32.216724+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:05:32.224462+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:05:32.236322+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:05:32.246257+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:05:32.271718+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:05:32.703514+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"69e46d"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/69e46d","method":"GET"} [] [2022-06-07T21:05:34.745369+02:00] request.INFO: Matched route "app_animal_type_index". {"route":"app_animal_type_index","route_parameters":{"_route":"app_animal_type_index","_controller":"App\\Controller\\AnimalTypeController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/animal_type/","method":"GET"} [] [2022-06-07T21:05:34.750560+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:05:34.750598+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:05:34.750627+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:05:34.924126+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:05:34.927568+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_animal_type a0_ WHERE a0_.name LIKE ? (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_animal_type a0_ WHERE a0_.name LIKE ?","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:05:34.934292+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_animal_type a0_ WHERE a0_.name LIKE ? ORDER BY a0_.id ASC LIMIT 10 (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_animal_type a0_ WHERE a0_.name LIKE ? ORDER BY a0_.id ASC LIMIT 10","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:05:35.039170+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:05:35.045460+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:05:35.048779+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:05:35.056292+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:05:35.082839+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:05:35.090516+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:05:35.112423+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:05:35.582163+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3df4c5"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/3df4c5","method":"GET"} [] [2022-06-07T21:05:37.348614+02:00] request.INFO: Matched route "app_animal_type_new". {"route":"app_animal_type_new","route_parameters":{"_route":"app_animal_type_new","_controller":"App\\Controller\\AnimalTypeController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/animal_type/new","method":"GET"} [] [2022-06-07T21:05:37.354711+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:05:37.354751+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:05:37.354783+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:05:37.474136+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:05:37.481433+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:05:37.484926+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:05:37.492491+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:05:37.606144+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:05:37.619287+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:05:37.629112+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:05:37.649175+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:05:38.151795+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"afc8f3"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/afc8f3","method":"GET"} [] [2022-06-07T21:05:40.949556+02:00] request.INFO: Matched route "app_animal_type_new". {"route":"app_animal_type_new","route_parameters":{"_route":"app_animal_type_new","_controller":"App\\Controller\\AnimalTypeController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/animal_type/new","method":"POST"} [] [2022-06-07T21:05:40.962542+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:05:41.003337+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:05:41.006589+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:05:41.013768+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:05:41.013825+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:05:41.013856+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:05:41.015326+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:05:41.129829+02:00] doctrine.DEBUG: Beginning transaction [] [] [2022-06-07T21:05:41.130792+02:00] doctrine.DEBUG: Executing statement: INSERT INTO acdg_animal_type (name) VALUES (?) (parameters: array{"1":"Chien"}, types: array{"1":2}) {"sql":"INSERT INTO acdg_animal_type (name) VALUES (?)","params":{"1":"Chien"},"types":{"1":2}} [] [2022-06-07T21:05:41.131554+02:00] doctrine.DEBUG: Committing transaction [] [] [2022-06-07T21:05:41.138822+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:05:41.152169+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:05:41.161301+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:05:41.193627+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:05:41.319806+02:00] request.INFO: Matched route "app_animal_type_index". {"route":"app_animal_type_index","route_parameters":{"_route":"app_animal_type_index","_controller":"App\\Controller\\AnimalTypeController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/animal_type/","method":"GET"} [] [2022-06-07T21:05:41.324985+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:05:41.325023+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:05:41.325052+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:05:41.382423+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:05:41.386657+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_animal_type a0_ WHERE a0_.name LIKE ? (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_animal_type a0_ WHERE a0_.name LIKE ?","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:05:41.390687+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_animal_type a0_ WHERE a0_.name LIKE ? ORDER BY a0_.id ASC LIMIT 10 (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_animal_type a0_ WHERE a0_.name LIKE ? ORDER BY a0_.id ASC LIMIT 10","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:05:41.411199+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:05:41.417601+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:05:41.420886+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:05:41.428361+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:05:41.442519+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:05:41.453273+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:05:41.482316+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:05:42.133956+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5d825c"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/5d825c","method":"GET"} [] [2022-06-07T21:05:42.805586+02:00] request.INFO: Matched route "app_animal_type_new". {"route":"app_animal_type_new","route_parameters":{"_route":"app_animal_type_new","_controller":"App\\Controller\\AnimalTypeController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/animal_type/new","method":"GET"} [] [2022-06-07T21:05:42.811450+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:05:42.811497+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:05:42.811529+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:05:42.896122+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:05:42.903874+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:05:42.907729+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:05:42.918525+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:05:42.933751+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:05:42.947628+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:05:42.957907+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:05:43.001790+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:05:43.475371+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f0c9a1"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/f0c9a1","method":"GET"} [] [2022-06-07T21:05:46.586115+02:00] request.INFO: Matched route "app_animal_type_new". {"route":"app_animal_type_new","route_parameters":{"_route":"app_animal_type_new","_controller":"App\\Controller\\AnimalTypeController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/animal_type/new","method":"POST"} [] [2022-06-07T21:05:46.600028+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:05:46.644760+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:05:46.648802+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:05:46.660901+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:05:46.661012+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:05:46.661069+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:05:46.663509+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:05:46.791684+02:00] doctrine.DEBUG: Beginning transaction [] [] [2022-06-07T21:05:46.793030+02:00] doctrine.DEBUG: Executing statement: INSERT INTO acdg_animal_type (name) VALUES (?) (parameters: array{"1":"Lapin"}, types: array{"1":2}) {"sql":"INSERT INTO acdg_animal_type (name) VALUES (?)","params":{"1":"Lapin"},"types":{"1":2}} [] [2022-06-07T21:05:46.793885+02:00] doctrine.DEBUG: Committing transaction [] [] [2022-06-07T21:05:46.803476+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:05:46.825605+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:05:46.835547+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:05:46.856937+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:05:46.998419+02:00] request.INFO: Matched route "app_animal_type_index". {"route":"app_animal_type_index","route_parameters":{"_route":"app_animal_type_index","_controller":"App\\Controller\\AnimalTypeController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/animal_type/","method":"GET"} [] [2022-06-07T21:05:47.004046+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:05:47.004098+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:05:47.004131+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:05:47.064549+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:05:47.068748+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_animal_type a0_ WHERE a0_.name LIKE ? (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_animal_type a0_ WHERE a0_.name LIKE ?","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:05:47.075345+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_animal_type a0_ WHERE a0_.name LIKE ? ORDER BY a0_.id ASC LIMIT 10 (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_animal_type a0_ WHERE a0_.name LIKE ? ORDER BY a0_.id ASC LIMIT 10","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:05:47.105326+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:05:47.115420+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:05:47.119727+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:05:47.127719+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:05:47.142989+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:05:47.156106+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:05:47.178749+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:05:47.712189+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4bc3b8"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/4bc3b8","method":"GET"} [] [2022-06-07T21:05:51.832967+02:00] request.INFO: Matched route "app_contact_type_index". {"route":"app_contact_type_index","route_parameters":{"_route":"app_contact_type_index","_controller":"App\\Controller\\ContactTypeController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/contact/type/","method":"GET"} [] [2022-06-07T21:05:51.838555+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:05:51.838596+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:05:51.838627+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:05:51.977516+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:05:51.981107+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_contact_type a0_ WHERE a0_.name LIKE ? (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_contact_type a0_ WHERE a0_.name LIKE ?","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:05:51.987362+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.icon AS icon_2, a0_.href AS href_3 FROM acdg_contact_type a0_ WHERE a0_.name LIKE ? ORDER BY a0_.id ASC LIMIT 10 (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.icon AS icon_2, a0_.href AS href_3 FROM acdg_contact_type a0_ WHERE a0_.name LIKE ? ORDER BY a0_.id ASC LIMIT 10","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:05:52.022303+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:05:52.028972+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:05:52.032913+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:05:52.040514+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:05:52.055979+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:05:52.067141+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:05:52.093795+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:05:52.543031+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2d7696"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/2d7696","method":"GET"} [] [2022-06-07T21:05:53.390067+02:00] request.INFO: Matched route "app_contact_type_new". {"route":"app_contact_type_new","route_parameters":{"_route":"app_contact_type_new","_controller":"App\\Controller\\ContactTypeController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/contact/type/new","method":"GET"} [] [2022-06-07T21:05:53.395836+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:05:53.395886+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:05:53.395917+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:05:53.498607+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:05:53.505587+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:05:53.509052+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:05:53.516020+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:05:53.533864+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:05:53.545478+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:05:53.552732+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:05:53.573734+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:05:54.154684+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"15b8ab"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/15b8ab","method":"GET"} [] [2022-06-07T21:06:10.888258+02:00] request.INFO: Matched route "app_contact_type_new". {"route":"app_contact_type_new","route_parameters":{"_route":"app_contact_type_new","_controller":"App\\Controller\\ContactTypeController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/contact/type/new","method":"POST"} [] [2022-06-07T21:06:10.918669+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:06:11.005337+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:06:11.010488+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:06:11.028263+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:06:11.028329+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:06:11.028362+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:06:11.030799+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:06:11.276000+02:00] doctrine.DEBUG: Beginning transaction [] [] [2022-06-07T21:06:11.277634+02:00] doctrine.DEBUG: Executing statement: INSERT INTO acdg_contact_type (name, icon, href) VALUES (?, ?, ?) (parameters: array{"1":"Messenger","2":"bi bi-messenger","3":"{{value}}"}, types: array{"1":2,"2":2,"3":2}) {"sql":"INSERT INTO acdg_contact_type (name, icon, href) VALUES (?, ?, ?)","params":{"1":"Messenger","2":"bi bi-messenger","3":"{{value}}"},"types":{"1":2,"2":2,"3":2}} [] [2022-06-07T21:06:11.278825+02:00] doctrine.DEBUG: Committing transaction [] [] [2022-06-07T21:06:11.290454+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:06:11.325973+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:06:11.339913+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:06:11.370343+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:06:11.532049+02:00] request.INFO: Matched route "app_contact_type_show". {"route":"app_contact_type_show","route_parameters":{"_route":"app_contact_type_show","_controller":"App\\Controller\\ContactTypeController::show","id":"9"},"request_uri":"http://acdg.benjamin-sampic.fr/contact/type/9","method":"GET"} [] [2022-06-07T21:06:11.537499+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:06:11.537539+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:06:11.537571+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:06:11.600955+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:06:11.604362+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.icon AS icon_3, t0.href AS href_4 FROM acdg_contact_type t0 WHERE t0.id = ? (parameters: array{"1":"9"}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.icon AS icon_3, t0.href AS href_4 FROM acdg_contact_type t0 WHERE t0.id = ?","params":{"1":"9"},"types":{"1":1}} [] [2022-06-07T21:06:11.683078+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:06:11.686019+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:06:11.689059+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:06:11.697385+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:06:11.710932+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:06:11.717476+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:06:11.741737+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:06:12.231329+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"643535"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/643535","method":"GET"} [] [2022-06-07T21:06:14.749048+02:00] request.INFO: Matched route "app_contact_type_index". {"route":"app_contact_type_index","route_parameters":{"_route":"app_contact_type_index","_controller":"App\\Controller\\ContactTypeController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/contact/type/","method":"GET"} [] [2022-06-07T21:06:14.754562+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:06:14.754602+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:06:14.754633+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:06:14.819317+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:06:14.823084+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_contact_type a0_ WHERE a0_.name LIKE ? (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_contact_type a0_ WHERE a0_.name LIKE ?","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:06:14.828566+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.icon AS icon_2, a0_.href AS href_3 FROM acdg_contact_type a0_ WHERE a0_.name LIKE ? ORDER BY a0_.id ASC LIMIT 10 (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.icon AS icon_2, a0_.href AS href_3 FROM acdg_contact_type a0_ WHERE a0_.name LIKE ? ORDER BY a0_.id ASC LIMIT 10","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:06:14.846086+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:06:14.852470+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:06:14.855947+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:06:14.864176+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:06:14.877061+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:06:14.887229+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:06:14.908264+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:06:15.387946+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b02a9c"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/b02a9c","method":"GET"} [] [2022-06-07T21:06:16.978256+02:00] request.INFO: Matched route "app_contact_type_new". {"route":"app_contact_type_new","route_parameters":{"_route":"app_contact_type_new","_controller":"App\\Controller\\ContactTypeController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/contact/type/new","method":"GET"} [] [2022-06-07T21:06:16.983415+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:06:16.983453+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:06:16.983483+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:06:17.060101+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:06:17.067107+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:06:17.070635+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:06:17.078196+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:06:17.119415+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:06:17.130386+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:06:17.140142+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:06:17.161440+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:06:18.085014+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3f9657"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/3f9657","method":"GET"} [] [2022-06-07T21:06:38.146499+02:00] request.INFO: Matched route "app_contact_type_new". {"route":"app_contact_type_new","route_parameters":{"_route":"app_contact_type_new","_controller":"App\\Controller\\ContactTypeController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/contact/type/new","method":"POST"} [] [2022-06-07T21:06:38.167166+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:06:38.228091+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:06:38.231779+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:06:38.241820+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:06:38.241946+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:06:38.241997+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:06:38.244012+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:06:38.374279+02:00] doctrine.DEBUG: Beginning transaction [] [] [2022-06-07T21:06:38.375366+02:00] doctrine.DEBUG: Executing statement: INSERT INTO acdg_contact_type (name, icon, href) VALUES (?, ?, ?) (parameters: array{"1":"Snapchat","2":"bi bi-snapchat","3":"{{value}}"}, types: array{"1":2,"2":2,"3":2}) {"sql":"INSERT INTO acdg_contact_type (name, icon, href) VALUES (?, ?, ?)","params":{"1":"Snapchat","2":"bi bi-snapchat","3":"{{value}}"},"types":{"1":2,"2":2,"3":2}} [] [2022-06-07T21:06:38.377015+02:00] doctrine.DEBUG: Committing transaction [] [] [2022-06-07T21:06:38.383949+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:06:38.398139+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:06:38.408690+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:06:38.461284+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:06:38.599730+02:00] request.INFO: Matched route "app_contact_type_show". {"route":"app_contact_type_show","route_parameters":{"_route":"app_contact_type_show","_controller":"App\\Controller\\ContactTypeController::show","id":"10"},"request_uri":"http://acdg.benjamin-sampic.fr/contact/type/10","method":"GET"} [] [2022-06-07T21:06:38.605210+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:06:38.605310+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:06:38.605344+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:06:38.649553+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:06:38.653570+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.icon AS icon_3, t0.href AS href_4 FROM acdg_contact_type t0 WHERE t0.id = ? (parameters: array{"1":"10"}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.icon AS icon_3, t0.href AS href_4 FROM acdg_contact_type t0 WHERE t0.id = ?","params":{"1":"10"},"types":{"1":1}} [] [2022-06-07T21:06:38.685045+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:06:38.687996+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:06:38.692191+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:06:38.704705+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:06:38.724068+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:06:38.731748+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:06:38.753273+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:06:39.512230+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b04b6a"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/b04b6a","method":"GET"} [] [2022-06-07T21:06:46.848787+02:00] request.INFO: Matched route "app_contact_type_index". {"route":"app_contact_type_index","route_parameters":{"_route":"app_contact_type_index","_controller":"App\\Controller\\ContactTypeController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/contact/type/","method":"GET"} [] [2022-06-07T21:06:46.865284+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:06:46.865369+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:06:46.865420+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:06:46.981569+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:06:46.987243+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_contact_type a0_ WHERE a0_.name LIKE ? (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_contact_type a0_ WHERE a0_.name LIKE ?","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:06:46.993513+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.icon AS icon_2, a0_.href AS href_3 FROM acdg_contact_type a0_ WHERE a0_.name LIKE ? ORDER BY a0_.id ASC LIMIT 10 (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.icon AS icon_2, a0_.href AS href_3 FROM acdg_contact_type a0_ WHERE a0_.name LIKE ? ORDER BY a0_.id ASC LIMIT 10","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:06:47.027535+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:06:47.045017+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:06:47.057317+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:06:47.073211+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:06:47.115635+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:06:47.133339+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:06:47.168743+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:06:47.751888+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"252c6c"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/252c6c","method":"GET"} [] [2022-06-07T21:06:48.509770+02:00] request.INFO: Matched route "app_contact_type_new". {"route":"app_contact_type_new","route_parameters":{"_route":"app_contact_type_new","_controller":"App\\Controller\\ContactTypeController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/contact/type/new","method":"GET"} [] [2022-06-07T21:06:48.515235+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:06:48.515276+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:06:48.515309+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:06:48.617577+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:06:48.624670+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:06:48.628067+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:06:48.635421+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:06:48.678484+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:06:48.690007+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:06:48.698060+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:06:48.720098+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:06:49.170319+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1bc580"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/1bc580","method":"GET"} [] [2022-06-07T21:07:00.040115+02:00] request.INFO: Matched route "app_contact_type_new". {"route":"app_contact_type_new","route_parameters":{"_route":"app_contact_type_new","_controller":"App\\Controller\\ContactTypeController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/contact/type/new","method":"POST"} [] [2022-06-07T21:07:00.055557+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:07:00.097749+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:07:00.101630+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:07:00.111935+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:07:00.112017+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:07:00.112060+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:07:00.114248+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:07:00.272604+02:00] doctrine.DEBUG: Beginning transaction [] [] [2022-06-07T21:07:00.274383+02:00] doctrine.DEBUG: Executing statement: INSERT INTO acdg_contact_type (name, icon, href) VALUES (?, ?, ?) (parameters: array{"1":"WhatsApp","2":"bi bi-whatsapp","3":"{{value}}"}, types: array{"1":2,"2":2,"3":2}) {"sql":"INSERT INTO acdg_contact_type (name, icon, href) VALUES (?, ?, ?)","params":{"1":"WhatsApp","2":"bi bi-whatsapp","3":"{{value}}"},"types":{"1":2,"2":2,"3":2}} [] [2022-06-07T21:07:00.274983+02:00] doctrine.DEBUG: Committing transaction [] [] [2022-06-07T21:07:00.282035+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:07:00.297730+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:07:00.307887+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:07:00.329289+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:07:00.466479+02:00] request.INFO: Matched route "app_contact_type_show". {"route":"app_contact_type_show","route_parameters":{"_route":"app_contact_type_show","_controller":"App\\Controller\\ContactTypeController::show","id":"11"},"request_uri":"http://acdg.benjamin-sampic.fr/contact/type/11","method":"GET"} [] [2022-06-07T21:07:00.472021+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:07:00.472064+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:07:00.472096+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:07:00.517163+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:07:00.520795+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.icon AS icon_3, t0.href AS href_4 FROM acdg_contact_type t0 WHERE t0.id = ? (parameters: array{"1":"11"}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.icon AS icon_3, t0.href AS href_4 FROM acdg_contact_type t0 WHERE t0.id = ?","params":{"1":"11"},"types":{"1":1}} [] [2022-06-07T21:07:00.551191+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:07:00.555250+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:07:00.558929+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:07:00.567839+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:07:00.581427+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:07:00.593740+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:07:00.618728+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:07:01.393599+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0c6488"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/0c6488","method":"GET"} [] [2022-06-07T21:07:05.449529+02:00] request.INFO: Matched route "app_contact_type_index". {"route":"app_contact_type_index","route_parameters":{"_route":"app_contact_type_index","_controller":"App\\Controller\\ContactTypeController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/contact/type/","method":"GET"} [] [2022-06-07T21:07:05.455114+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:07:05.455155+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:07:05.455187+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:07:05.510710+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:07:05.514383+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_contact_type a0_ WHERE a0_.name LIKE ? (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_contact_type a0_ WHERE a0_.name LIKE ?","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:07:05.518346+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.icon AS icon_2, a0_.href AS href_3 FROM acdg_contact_type a0_ WHERE a0_.name LIKE ? ORDER BY a0_.id ASC LIMIT 10 (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.icon AS icon_2, a0_.href AS href_3 FROM acdg_contact_type a0_ WHERE a0_.name LIKE ? ORDER BY a0_.id ASC LIMIT 10","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:07:05.535604+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:07:05.541965+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:07:05.545376+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:07:05.552695+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:07:05.564950+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:07:05.573938+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:07:05.609081+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:07:06.058627+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5615ed"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/5615ed","method":"GET"} [] [2022-06-07T21:07:19.900201+02:00] request.INFO: Matched route "app_contact_type_new". {"route":"app_contact_type_new","route_parameters":{"_route":"app_contact_type_new","_controller":"App\\Controller\\ContactTypeController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/contact/type/new","method":"GET"} [] [2022-06-07T21:07:19.915130+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:07:19.915192+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:07:19.915226+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:07:20.108787+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:07:20.129751+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:07:20.135224+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:07:20.154210+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:07:20.204161+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:07:20.237520+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:07:20.255438+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:07:20.311987+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:07:20.788927+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b17a2d"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/b17a2d","method":"GET"} [] [2022-06-07T21:07:33.487438+02:00] request.INFO: Matched route "app_contact_type_new". {"route":"app_contact_type_new","route_parameters":{"_route":"app_contact_type_new","_controller":"App\\Controller\\ContactTypeController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/contact/type/new","method":"POST"} [] [2022-06-07T21:07:33.501034+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:07:33.545412+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:07:33.549723+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:07:33.557684+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:07:33.557766+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:07:33.557798+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:07:33.559311+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:07:33.711576+02:00] doctrine.DEBUG: Beginning transaction [] [] [2022-06-07T21:07:33.713500+02:00] doctrine.DEBUG: Executing statement: INSERT INTO acdg_contact_type (name, icon, href) VALUES (?, ?, ?) (parameters: array{"1":"Telegram","2":"bi bi-telegram","3":"{{value}}"}, types: array{"1":2,"2":2,"3":2}) {"sql":"INSERT INTO acdg_contact_type (name, icon, href) VALUES (?, ?, ?)","params":{"1":"Telegram","2":"bi bi-telegram","3":"{{value}}"},"types":{"1":2,"2":2,"3":2}} [] [2022-06-07T21:07:33.714906+02:00] doctrine.DEBUG: Committing transaction [] [] [2022-06-07T21:07:33.721827+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:07:33.742709+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:07:33.750843+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:07:33.770441+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:07:33.902322+02:00] request.INFO: Matched route "app_contact_type_show". {"route":"app_contact_type_show","route_parameters":{"_route":"app_contact_type_show","_controller":"App\\Controller\\ContactTypeController::show","id":"12"},"request_uri":"http://acdg.benjamin-sampic.fr/contact/type/12","method":"GET"} [] [2022-06-07T21:07:33.907804+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:07:33.907846+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:07:33.907878+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:07:33.952801+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:07:33.956277+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.icon AS icon_3, t0.href AS href_4 FROM acdg_contact_type t0 WHERE t0.id = ? (parameters: array{"1":"12"}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.icon AS icon_3, t0.href AS href_4 FROM acdg_contact_type t0 WHERE t0.id = ?","params":{"1":"12"},"types":{"1":1}} [] [2022-06-07T21:07:33.979284+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:07:33.982142+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:07:33.985309+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:07:33.994072+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:07:34.007494+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:07:34.017051+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:07:34.036774+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:07:34.661492+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ec143a"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/ec143a","method":"GET"} [] [2022-06-07T21:07:47.900710+02:00] request.INFO: Matched route "app_contact_type_index". {"route":"app_contact_type_index","route_parameters":{"_route":"app_contact_type_index","_controller":"App\\Controller\\ContactTypeController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/contact/type/","method":"GET"} [] [2022-06-07T21:07:47.905977+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:07:47.906021+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:07:47.906053+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:07:47.972867+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:07:47.976983+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_contact_type a0_ WHERE a0_.name LIKE ? (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_contact_type a0_ WHERE a0_.name LIKE ?","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:07:47.982400+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.icon AS icon_2, a0_.href AS href_3 FROM acdg_contact_type a0_ WHERE a0_.name LIKE ? ORDER BY a0_.id ASC LIMIT 10 (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.icon AS icon_2, a0_.href AS href_3 FROM acdg_contact_type a0_ WHERE a0_.name LIKE ? ORDER BY a0_.id ASC LIMIT 10","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:07:48.000574+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:07:48.006803+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:07:48.010273+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:07:48.018132+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:07:48.030461+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:07:48.040797+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:07:48.060862+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:07:48.483891+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"61ecf9"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/61ecf9","method":"GET"} [] [2022-06-07T21:08:04.653717+02:00] request.INFO: Matched route "app_contact_type_new". {"route":"app_contact_type_new","route_parameters":{"_route":"app_contact_type_new","_controller":"App\\Controller\\ContactTypeController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/contact/type/new","method":"GET"} [] [2022-06-07T21:08:04.667733+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:08:04.667773+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:08:04.667805+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:08:04.835127+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:08:04.854277+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:08:04.859294+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:08:04.877534+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:08:04.925752+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:08:04.956295+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:08:04.970119+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:08:05.004868+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:08:05.545493+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9c8bd5"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/9c8bd5","method":"GET"} [] [2022-06-07T21:08:45.320402+02:00] request.INFO: Matched route "app_contact_type_new". {"route":"app_contact_type_new","route_parameters":{"_route":"app_contact_type_new","_controller":"App\\Controller\\ContactTypeController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/contact/type/new","method":"POST"} [] [2022-06-07T21:08:45.351006+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:08:45.438763+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:08:45.444189+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:08:45.484075+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:08:45.484161+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:08:45.484194+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:08:45.486638+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:08:45.786536+02:00] doctrine.DEBUG: Beginning transaction [] [] [2022-06-07T21:08:45.788255+02:00] doctrine.DEBUG: Executing statement: INSERT INTO acdg_contact_type (name, icon, href) VALUES (?, ?, ?) (parameters: array{"1":"Téléphone","2":"bi bi-telephone","3":"{{value}}"}, types: array{"1":2,"2":2,"3":2}) {"sql":"INSERT INTO acdg_contact_type (name, icon, href) VALUES (?, ?, ?)","params":{"1":"Téléphone","2":"bi bi-telephone","3":"{{value}}"},"types":{"1":2,"2":2,"3":2}} [] [2022-06-07T21:08:45.789454+02:00] doctrine.DEBUG: Committing transaction [] [] [2022-06-07T21:08:45.814507+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:08:45.859319+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:08:45.886807+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:08:45.932314+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:08:46.061105+02:00] request.INFO: Matched route "app_contact_type_show". {"route":"app_contact_type_show","route_parameters":{"_route":"app_contact_type_show","_controller":"App\\Controller\\ContactTypeController::show","id":"13"},"request_uri":"http://acdg.benjamin-sampic.fr/contact/type/13","method":"GET"} [] [2022-06-07T21:08:46.066731+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:08:46.066769+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:08:46.066799+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:08:46.111365+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:08:46.115017+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.icon AS icon_3, t0.href AS href_4 FROM acdg_contact_type t0 WHERE t0.id = ? (parameters: array{"1":"13"}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.icon AS icon_3, t0.href AS href_4 FROM acdg_contact_type t0 WHERE t0.id = ?","params":{"1":"13"},"types":{"1":1}} [] [2022-06-07T21:08:46.139865+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:08:46.142571+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:08:46.145712+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:08:46.154209+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:08:46.167227+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:08:46.176816+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:08:46.201626+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:08:46.758021+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"90b9f5"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/90b9f5","method":"GET"} [] [2022-06-07T21:08:47.244909+02:00] request.INFO: Matched route "app_contact_type_index". {"route":"app_contact_type_index","route_parameters":{"_route":"app_contact_type_index","_controller":"App\\Controller\\ContactTypeController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/contact/type/","method":"GET"} [] [2022-06-07T21:08:47.250190+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:08:47.250230+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:08:47.250261+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:08:47.322112+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:08:47.325958+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_contact_type a0_ WHERE a0_.name LIKE ? (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_contact_type a0_ WHERE a0_.name LIKE ?","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:08:47.331804+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.icon AS icon_2, a0_.href AS href_3 FROM acdg_contact_type a0_ WHERE a0_.name LIKE ? ORDER BY a0_.id ASC LIMIT 10 (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.icon AS icon_2, a0_.href AS href_3 FROM acdg_contact_type a0_ WHERE a0_.name LIKE ? ORDER BY a0_.id ASC LIMIT 10","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:08:47.349409+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:08:47.355401+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:08:47.358793+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:08:47.366667+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:08:47.379070+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:08:47.386838+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:08:47.407308+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:08:48.295118+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e11d21"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/e11d21","method":"GET"} [] [2022-06-07T21:12:39.255866+02:00] request.INFO: Matched route "family_index". {"route":"family_index","route_parameters":{"_route":"family_index","_controller":"App\\Controller\\FamilyController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/family/","method":"GET"} [] [2022-06-07T21:12:39.269921+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:12:39.269965+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:12:39.269998+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:12:39.495669+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:12:39.499794+02:00] doctrine.DEBUG: Executing query: SELECT count(a0_.id) AS sclr_0 FROM acdg_family a0_ {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_family a0_"} [] [2022-06-07T21:12:39.537809+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ ORDER BY a0_.deleted ASC, a0_.name ASC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ ORDER BY a0_.deleted ASC, a0_.name ASC LIMIT 5"} [] [2022-06-07T21:12:39.691775+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:12:39.701831+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:12:39.713762+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:12:39.825377+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE ((t0.date_back IS NULL OR t0.date_back >= ?) AND t0.family_id = ?) ORDER BY t0.date_adoption DESC (parameters: array{"1":"2022-06-07","2":15}, types: array{"1":2,"2":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE ((t0.date_back IS NULL OR t0.date_back >= ?) AND t0.family_id = ?) ORDER BY t0.date_adoption DESC","params":{"1":"2022-06-07","2":15},"types":{"1":2,"2":1}} [] [2022-06-07T21:12:39.885171+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE ((t0.date_back IS NULL OR t0.date_back >= ?) AND t0.family_id = ?) ORDER BY t0.date_adoption DESC (parameters: array{"1":"2022-06-07","2":16}, types: array{"1":2,"2":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE ((t0.date_back IS NULL OR t0.date_back >= ?) AND t0.family_id = ?) ORDER BY t0.date_adoption DESC","params":{"1":"2022-06-07","2":16},"types":{"1":2,"2":1}} [] [2022-06-07T21:12:39.902452+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:12:39.945292+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:12:39.962988+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:12:40.049877+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:12:40.458355+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e4723d"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/e4723d","method":"GET"} [] [2022-06-07T21:12:42.138619+02:00] request.INFO: Matched route "family_edit". {"route":"family_edit","route_parameters":{"_route":"family_edit","_controller":"App\\Controller\\FamilyController::edit","id":"15"},"request_uri":"http://acdg.benjamin-sampic.fr/family/15/edit","method":"GET"} [] [2022-06-07T21:12:42.144065+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:12:42.144106+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:12:42.144139+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:12:42.211240+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:12:42.214772+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ? (parameters: array{"1":"15"}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ?","params":{"1":"15"},"types":{"1":1}} [] [2022-06-07T21:12:42.406952+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:12:42.407820+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:12:42.411171+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:12:42.463925+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:12:42.477982+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:12:42.488274+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:12:42.510314+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:12:43.072338+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bdd418"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/bdd418","method":"GET"} [] [2022-06-07T21:12:45.018963+02:00] request.INFO: Matched route "family_show". {"route":"family_show","route_parameters":{"_route":"family_show","_controller":"App\\Controller\\FamilyController::show","id":"15"},"request_uri":"http://acdg.benjamin-sampic.fr/family/15","method":"GET"} [] [2022-06-07T21:12:45.024166+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:12:45.024205+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:12:45.024236+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:12:45.082576+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:12:45.086443+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ? (parameters: array{"1":"15"}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ?","params":{"1":"15"},"types":{"1":1}} [] [2022-06-07T21:12:45.201367+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:12:45.202248+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:12:45.205542+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:12:45.208655+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.value AS value_2, t0.description AS description_3, t0.family_id AS family_id_4, t0.type_id AS type_id_5 FROM acdg_family_contact t0 WHERE t0.family_id = ? (parameters: array{"1":15}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.value AS value_2, t0.description AS description_3, t0.family_id AS family_id_4, t0.type_id AS type_id_5 FROM acdg_family_contact t0 WHERE t0.family_id = ?","params":{"1":15},"types":{"1":1}} [] [2022-06-07T21:12:45.216500+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.postal_code AS postal_code_2, t0.city AS city_3, t0.address AS address_4, t0.date_start AS date_start_5, t0.date_end AS date_end_6, t0.country AS country_7, t0.family_id AS family_id_8 FROM acdg_family_address t0 WHERE t0.family_id = ? ORDER BY t0.date_start DESC (parameters: array{"1":15}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.postal_code AS postal_code_2, t0.city AS city_3, t0.address AS address_4, t0.date_start AS date_start_5, t0.date_end AS date_end_6, t0.country AS country_7, t0.family_id AS family_id_8 FROM acdg_family_address t0 WHERE t0.family_id = ? ORDER BY t0.date_start DESC","params":{"1":15},"types":{"1":1}} [] [2022-06-07T21:12:45.228414+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.family_id = ? ORDER BY t0.date_adoption DESC (parameters: array{"1":15}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.family_id = ? ORDER BY t0.date_adoption DESC","params":{"1":15},"types":{"1":1}} [] [2022-06-07T21:12:45.258441+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-07T21:12:45.294685+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-07T21:12:45.313973+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ? (parameters: array{"1":89}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ?","params":{"1":89},"types":{"1":1}} [] [2022-06-07T21:12:45.327978+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:12:45.363713+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:12:45.373341+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:12:45.395450+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:12:45.981268+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c777d1"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/c777d1","method":"GET"} [] [2022-06-07T21:13:17.965766+02:00] request.INFO: Matched route "payment_category_index". {"route":"payment_category_index","route_parameters":{"_route":"payment_category_index","_controller":"App\\Controller\\PaymentCategoryController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/payment/category/","method":"GET"} [] [2022-06-07T21:13:17.979835+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:13:17.979875+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:13:17.979906+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:13:18.219239+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:13:18.224940+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_payment_category a0_ WHERE a0_.name LIKE ? (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_payment_category a0_ WHERE a0_.name LIKE ?","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:13:18.232485+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2 FROM acdg_payment_category a0_ WHERE a0_.name LIKE ? ORDER BY a0_.name DESC LIMIT 5 (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2 FROM acdg_payment_category a0_ WHERE a0_.name LIKE ? ORDER BY a0_.name DESC LIMIT 5","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:13:18.308656+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:13:18.327131+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:13:18.339952+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:13:18.355772+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:13:18.381739+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:13:18.395634+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:13:18.440925+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:13:19.032634+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6adfaa"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/6adfaa","method":"GET"} [] [2022-06-07T21:13:21.127417+02:00] request.INFO: Matched route "app_association_informations_index". {"route":"app_association_informations_index","route_parameters":{"_route":"app_association_informations_index","_controller":"App\\Controller\\AssociationInformationsController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/association/informations/","method":"GET"} [] [2022-06-07T21:13:21.132612+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:13:21.132649+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:13:21.132678+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:13:21.338046+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:13:21.344819+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:13:21.348842+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:13:21.356074+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:13:21.364977+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:13:21.377906+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:13:21.393465+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:13:21.531712+02:00] request.INFO: Matched route "app_association_informations_edit". {"route":"app_association_informations_edit","route_parameters":{"_route":"app_association_informations_edit","_controller":"App\\Controller\\AssociationInformationsController::edit","id":"1"},"request_uri":"http://acdg.benjamin-sampic.fr/association/informations/1/edit","method":"GET"} [] [2022-06-07T21:13:21.536955+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:13:21.536994+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:13:21.537024+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:13:21.585205+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:13:21.588761+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.postal_code AS postal_code_4, t0.city AS city_5, t0.country AS country_6, t0.mail AS mail_7, t0.phone AS phone_8, t0.identification_number AS identification_number_9, t0.siren AS siren_10, t0.president_sex AS president_sex_11, t0.president_name AS president_name_12, t0.president_same_address AS president_same_address_13, t0.president_address AS president_address_14, t0.president_postal_code AS president_postal_code_15, t0.president_city AS president_city_16, t0.president_country AS president_country_17 FROM acdg_association_informations t0 WHERE t0.id = ? (parameters: array{"1":"1"}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.postal_code AS postal_code_4, t0.city AS city_5, t0.country AS country_6, t0.mail AS mail_7, t0.phone AS phone_8, t0.identification_number AS identification_number_9, t0.siren AS siren_10, t0.president_sex AS president_sex_11, t0.president_name AS president_name_12, t0.president_same_address AS president_same_address_13, t0.president_address AS president_address_14, t0.president_postal_code AS president_postal_code_15, t0.president_city AS president_city_16, t0.president_country AS president_country_17 FROM acdg_association_informations t0 WHERE t0.id = ?","params":{"1":"1"},"types":{"1":1}} [] [2022-06-07T21:13:21.850038+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:13:21.853039+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:13:21.856389+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:13:21.911190+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:13:21.922523+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:13:21.932861+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:13:21.958886+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:13:22.401573+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fc521d"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/fc521d","method":"GET"} [] [2022-06-07T21:13:22.664104+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://acdg.benjamin-sampic.fr/favicon.ico" (from "http://acdg.benjamin-sampic.fr/association/informations/1/edit")" at /home/benjamincb/demos/acdg/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://acdg.benjamin-sampic.fr/favicon.ico\" (from \"http://acdg.benjamin-sampic.fr/association/informations/1/edit\") at /home/benjamincb/demos/acdg/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/benjamincb/demos/acdg/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2022-06-07T21:13:22.764555+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:13:22.767940+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:13:22.775365+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:13:22.829324+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:13:24.119323+02:00] request.INFO: Matched route "payment_category_index". {"route":"payment_category_index","route_parameters":{"_route":"payment_category_index","_controller":"App\\Controller\\PaymentCategoryController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/payment/category/","method":"GET"} [] [2022-06-07T21:13:24.124826+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:13:24.124867+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:13:24.124899+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:13:24.181406+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:13:24.184796+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_payment_category a0_ WHERE a0_.name LIKE ? (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_payment_category a0_ WHERE a0_.name LIKE ?","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:13:24.188730+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2 FROM acdg_payment_category a0_ WHERE a0_.name LIKE ? ORDER BY a0_.name DESC LIMIT 5 (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2 FROM acdg_payment_category a0_ WHERE a0_.name LIKE ? ORDER BY a0_.name DESC LIMIT 5","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:13:24.204270+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:13:24.210931+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:13:24.214765+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:13:24.222566+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:13:24.233926+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:13:24.243853+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:13:24.266465+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:13:24.830515+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3ae0cc"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/3ae0cc","method":"GET"} [] [2022-06-07T21:13:44.985843+02:00] request.INFO: Matched route "payment_category_new". {"route":"payment_category_new","route_parameters":{"_route":"payment_category_new","_controller":"App\\Controller\\PaymentCategoryController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/payment/category/new","method":"GET"} [] [2022-06-07T21:13:44.991350+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:13:44.991390+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:13:44.991421+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:13:45.147839+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:13:45.188099+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:13:45.191875+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:13:45.199226+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:13:45.217086+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:13:45.228544+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:13:45.237438+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:13:45.268672+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:13:46.557713+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"615588"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/615588","method":"GET"} [] [2022-06-07T21:13:50.632261+02:00] request.INFO: Matched route "payment_category_new". {"route":"payment_category_new","route_parameters":{"_route":"payment_category_new","_controller":"App\\Controller\\PaymentCategoryController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/payment/category/new","method":"POST"} [] [2022-06-07T21:13:50.663164+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:13:50.750921+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:13:50.756060+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:13:50.774513+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:13:50.774594+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:13:50.774636+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:13:50.780966+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:13:51.031755+02:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.4: Method "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::getDoctrine()" is deprecated, inject an instance of ManagerRegistry in your controller instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.4: Method \"Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController::getDoctrine()\" is deprecated, inject an instance of ManagerRegistry in your controller instead. at /home/benjamincb/demos/acdg/vendor/symfony/framework-bundle/Controller/AbstractController.php:386)"} [] [2022-06-07T21:13:51.032343+02:00] doctrine.DEBUG: Beginning transaction [] [] [2022-06-07T21:13:51.049522+02:00] doctrine.DEBUG: Executing statement: INSERT INTO acdg_payment_category (name, description) VALUES (?, ?) (parameters: array{"1":"Divers","2":null}, types: array{"1":2,"2":2}) {"sql":"INSERT INTO acdg_payment_category (name, description) VALUES (?, ?)","params":{"1":"Divers","2":null},"types":{"1":2,"2":2}} [] [2022-06-07T21:13:51.050698+02:00] doctrine.DEBUG: Committing transaction [] [] [2022-06-07T21:13:51.062274+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:13:51.087356+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:13:51.105574+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:13:51.136275+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:13:51.273058+02:00] request.INFO: Matched route "payment_category_index". {"route":"payment_category_index","route_parameters":{"_route":"payment_category_index","_controller":"App\\Controller\\PaymentCategoryController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/payment/category/","method":"GET"} [] [2022-06-07T21:13:51.278813+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:13:51.278880+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:13:51.278914+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:13:51.359572+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:13:51.363248+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_payment_category a0_ WHERE a0_.name LIKE ? (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_payment_category a0_ WHERE a0_.name LIKE ?","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:13:51.369314+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2 FROM acdg_payment_category a0_ WHERE a0_.name LIKE ? ORDER BY a0_.name DESC LIMIT 5 (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2 FROM acdg_payment_category a0_ WHERE a0_.name LIKE ? ORDER BY a0_.name DESC LIMIT 5","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T21:13:51.391119+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:13:51.400620+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:13:51.405510+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:13:51.417274+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:13:51.433554+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:13:51.445142+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:13:51.489351+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:13:52.026529+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d63967"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/d63967","method":"GET"} [] [2022-06-07T21:13:55.354191+02:00] request.INFO: Matched route "payment_index". {"route":"payment_index","route_parameters":{"_route":"payment_index","_controller":"App\\Controller\\PaymentController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/payment/","method":"GET"} [] [2022-06-07T21:13:55.359453+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:13:55.359491+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:13:55.359521+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:13:55.490827+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:13:55.494556+02:00] doctrine.DEBUG: Executing statement: SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_payment a0_ INNER JOIN acdg_payment_line a1_ ON a0_.id = a1_.payment_id WHERE a0_.name LIKE ? OR a0_.description LIKE ? OR a1_.name LIKE ? OR a1_.description LIKE ? (parameters: array{"1":"%%","2":"%%","3":"%%","4":"%%"}, types: array{"1":2,"2":2,"3":2,"4":2}) {"sql":"SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_payment a0_ INNER JOIN acdg_payment_line a1_ ON a0_.id = a1_.payment_id WHERE a0_.name LIKE ? OR a0_.description LIKE ? OR a1_.name LIKE ? OR a1_.description LIKE ?","params":{"1":"%%","2":"%%","3":"%%","4":"%%"},"types":{"1":2,"2":2,"3":2,"4":2}} [] [2022-06-07T21:13:55.509719+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.reference AS reference_2, a0_.type AS type_3, a0_.amount AS amount_4, a0_.date_payment AS date_payment_5, a0_.description AS description_6, a0_.date_added AS date_added_7, a0_.mean_of_payment_id AS mean_of_payment_id_8 FROM acdg_payment a0_ WHERE a0_.id IN (SELECT a1_.id FROM acdg_payment a1_ INNER JOIN acdg_payment_line a2_ ON a1_.id = a2_.payment_id WHERE a1_.name LIKE ? OR a1_.description LIKE ? OR a2_.name LIKE ? OR a2_.description LIKE ?) ORDER BY a0_.date_payment DESC LIMIT 5 (parameters: array{"1":"%%","2":"%%","3":"%%","4":"%%"}, types: array{"1":2,"2":2,"3":2,"4":2}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.reference AS reference_2, a0_.type AS type_3, a0_.amount AS amount_4, a0_.date_payment AS date_payment_5, a0_.description AS description_6, a0_.date_added AS date_added_7, a0_.mean_of_payment_id AS mean_of_payment_id_8 FROM acdg_payment a0_ WHERE a0_.id IN (SELECT a1_.id FROM acdg_payment a1_ INNER JOIN acdg_payment_line a2_ ON a1_.id = a2_.payment_id WHERE a1_.name LIKE ? OR a1_.description LIKE ? OR a2_.name LIKE ? OR a2_.description LIKE ?) ORDER BY a0_.date_payment DESC LIMIT 5","params":{"1":"%%","2":"%%","3":"%%","4":"%%"},"types":{"1":2,"2":2,"3":2,"4":2}} [] [2022-06-07T21:13:55.558989+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:13:55.565499+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:13:55.568800+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:13:55.810734+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:13:55.821035+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:13:55.831685+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:13:55.851739+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:13:56.491027+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9c2735"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/9c2735","method":"GET"} [] [2022-06-07T21:13:58.834467+02:00] request.INFO: Matched route "payment_new". {"route":"payment_new","route_parameters":{"_route":"payment_new","_controller":"App\\Controller\\PaymentController::new"},"request_uri":"http://acdg.benjamin-sampic.fr/payment/new","method":"GET"} [] [2022-06-07T21:13:58.842010+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:13:58.842073+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:13:58.842127+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:13:59.311957+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:13:59.315149+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_payment_mean a0_ {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_payment_mean a0_"} [] [2022-06-07T21:13:59.324625+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2 FROM acdg_payment_category a0_ {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.description AS description_2 FROM acdg_payment_category a0_"} [] [2022-06-07T21:13:59.443258+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:13:59.450670+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:13:59.454246+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:13:59.567548+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:13:59.585649+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:13:59.597635+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:13:59.658059+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:14:00.102824+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a8af6c"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/a8af6c","method":"GET"} [] [2022-06-07T21:14:01.578020+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://acdg.benjamin-sampic.fr/favicon.ico" (from "http://acdg.benjamin-sampic.fr/payment/new")" at /home/benjamincb/demos/acdg/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://acdg.benjamin-sampic.fr/favicon.ico\" (from \"http://acdg.benjamin-sampic.fr/payment/new\") at /home/benjamincb/demos/acdg/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/benjamincb/demos/acdg/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2022-06-07T21:14:01.677686+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:14:01.681340+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:14:01.692006+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:14:01.726224+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:14:36.757012+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\IndexController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/","method":"GET"} [] [2022-06-07T21:14:36.771279+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:14:36.771324+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:14:36.771356+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:14:36.798246+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:14:36.880056+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:14:36.885122+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:14:36.903093+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:14:36.924875+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:14:36.951321+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:14:36.965848+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:14:37.032875+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:14:37.143972+02:00] request.INFO: Matched route "index_logged_in". {"route":"index_logged_in","route_parameters":{"_route":"index_logged_in","_controller":"App\\Controller\\IndexController::indexLoggedIn"},"request_uri":"http://acdg.benjamin-sampic.fr/index","method":"GET"} [] [2022-06-07T21:14:37.149397+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:14:37.149441+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:14:37.149474+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:14:37.266530+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:14:37.270183+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_animal t0 {"sql":"SELECT COUNT(*) FROM acdg_animal t0"} [] [2022-06-07T21:14:37.298611+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ WHERE a0_.id NOT IN (SELECT a1_.id FROM acdg_animal a1_ LEFT JOIN acdg_family_animal a2_ ON a1_.id = a2_.animal_id WHERE a2_.date_adoption < ? AND (a2_.date_back > ? OR a2_.date_back IS NULL)) (parameters: array{"1":"2022-06-07 21:14:37","2":"2022-06-07 21:14:37"}, types: array{"1":2,"2":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ WHERE a0_.id NOT IN (SELECT a1_.id FROM acdg_animal a1_ LEFT JOIN acdg_family_animal a2_ ON a1_.id = a2_.animal_id WHERE a2_.date_adoption < ? AND (a2_.date_back > ? OR a2_.date_back IS NULL))","params":{"1":"2022-06-07 21:14:37","2":"2022-06-07 21:14:37"},"types":{"1":2,"2":2}} [] [2022-06-07T21:14:37.314658+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_family t0 {"sql":"SELECT COUNT(*) FROM acdg_family t0"} [] [2022-06-07T21:14:37.315195+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_veterinary t0 {"sql":"SELECT COUNT(*) FROM acdg_veterinary t0"} [] [2022-06-07T21:14:37.315702+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_family_animal t0 {"sql":"SELECT COUNT(*) FROM acdg_family_animal t0"} [] [2022-06-07T21:14:37.316208+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_animal_health_check t0 {"sql":"SELECT COUNT(*) FROM acdg_animal_health_check t0"} [] [2022-06-07T21:14:37.316621+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_payment t0 {"sql":"SELECT COUNT(*) FROM acdg_payment t0"} [] [2022-06-07T21:14:37.332608+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T21:14:37.335409+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T21:14:37.338506+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T21:14:37.345055+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T21:14:37.382309+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:14:37.392229+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:14:37.423937+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:14:37.848501+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f38cd7"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/f38cd7","method":"GET"} [] [2022-06-07T21:14:38.158138+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://acdg.benjamin-sampic.fr/favicon.ico" (from "http://acdg.benjamin-sampic.fr/index")" at /home/benjamincb/demos/acdg/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://acdg.benjamin-sampic.fr/favicon.ico\" (from \"http://acdg.benjamin-sampic.fr/index\") at /home/benjamincb/demos/acdg/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/benjamincb/demos/acdg/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2022-06-07T21:14:38.257319+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:14:38.260692+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:14:38.267795+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:14:38.296688+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:59:07.859567+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\IndexController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/","method":"GET"} [] [2022-06-07T21:59:07.879268+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:59:07.879309+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:59:07.879342+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:59:08.031016+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:59:08.037349+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:59:08.145945+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:59:08.262758+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:59:10.256059+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://acdg.benjamin-sampic.fr/login","method":"GET"} [] [2022-06-07T21:59:10.261630+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T21:59:10.261671+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:59:10.261703+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T21:59:10.383523+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T21:59:10.387430+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T21:59:10.399550+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T21:59:10.443447+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T21:59:19.321610+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"497a21"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/497a21","method":"GET"} [] [2022-06-07T22:00:02.078777+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://acdg.benjamin-sampic.fr/login","method":"POST"} [] [2022-06-07T22:00:02.105546+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T22:00:02.105611+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T22:00:02.258462+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T22:00:02.283160+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.username = ? LIMIT 1 (parameters: array{"1":"admin"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.username = ? LIMIT 1","params":{"1":"admin"},"types":{"1":2}} [] [2022-06-07T22:00:02.790587+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken":"PostAuthenticationToken(user=\"admin\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T22:00:02.796186+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T22:00:02.815312+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T22:00:02.848586+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T22:00:02.865843+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T22:00:02.923664+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T22:00:03.232028+02:00] request.INFO: Matched route "index_logged_in". {"route":"index_logged_in","route_parameters":{"_route":"index_logged_in","_controller":"App\\Controller\\IndexController::indexLoggedIn"},"request_uri":"http://acdg.benjamin-sampic.fr/index","method":"GET"} [] [2022-06-07T22:00:03.237583+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T22:00:03.237629+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T22:00:03.237661+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T22:00:03.465720+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T22:00:03.468520+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_animal t0 {"sql":"SELECT COUNT(*) FROM acdg_animal t0"} [] [2022-06-07T22:00:03.518418+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ WHERE a0_.id NOT IN (SELECT a1_.id FROM acdg_animal a1_ LEFT JOIN acdg_family_animal a2_ ON a1_.id = a2_.animal_id WHERE a2_.date_adoption < ? AND (a2_.date_back > ? OR a2_.date_back IS NULL)) (parameters: array{"1":"2022-06-07 22:00:03","2":"2022-06-07 22:00:03"}, types: array{"1":2,"2":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ WHERE a0_.id NOT IN (SELECT a1_.id FROM acdg_animal a1_ LEFT JOIN acdg_family_animal a2_ ON a1_.id = a2_.animal_id WHERE a2_.date_adoption < ? AND (a2_.date_back > ? OR a2_.date_back IS NULL))","params":{"1":"2022-06-07 22:00:03","2":"2022-06-07 22:00:03"},"types":{"1":2,"2":2}} [] [2022-06-07T22:00:03.522247+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_family t0 {"sql":"SELECT COUNT(*) FROM acdg_family t0"} [] [2022-06-07T22:00:03.522639+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_veterinary t0 {"sql":"SELECT COUNT(*) FROM acdg_veterinary t0"} [] [2022-06-07T22:00:03.523067+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_family_animal t0 {"sql":"SELECT COUNT(*) FROM acdg_family_animal t0"} [] [2022-06-07T22:00:03.523854+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_animal_health_check t0 {"sql":"SELECT COUNT(*) FROM acdg_animal_health_check t0"} [] [2022-06-07T22:00:03.524213+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_payment t0 {"sql":"SELECT COUNT(*) FROM acdg_payment t0"} [] [2022-06-07T22:00:03.541340+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T22:00:03.544352+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T22:00:03.547730+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T22:00:03.554898+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T22:00:03.603586+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T22:00:03.614039+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T22:00:03.643666+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T22:00:06.505596+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b1e119"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/b1e119","method":"GET"} [] [2022-06-07T22:00:16.533736+02:00] request.INFO: Matched route "family_index". {"route":"family_index","route_parameters":{"_route":"family_index","_controller":"App\\Controller\\FamilyController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/family/","method":"GET"} [] [2022-06-07T22:00:16.539555+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T22:00:16.539611+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T22:00:16.539644+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T22:00:16.631270+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T22:00:16.633994+02:00] doctrine.DEBUG: Executing query: SELECT count(a0_.id) AS sclr_0 FROM acdg_family a0_ {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_family a0_"} [] [2022-06-07T22:00:16.640663+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ ORDER BY a0_.deleted ASC, a0_.name ASC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ ORDER BY a0_.deleted ASC, a0_.name ASC LIMIT 5"} [] [2022-06-07T22:00:16.661675+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T22:00:16.666538+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T22:00:16.670014+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T22:00:16.678036+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE ((t0.date_back IS NULL OR t0.date_back >= ?) AND t0.family_id = ?) ORDER BY t0.date_adoption DESC (parameters: array{"1":"2022-06-07","2":15}, types: array{"1":2,"2":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE ((t0.date_back IS NULL OR t0.date_back >= ?) AND t0.family_id = ?) ORDER BY t0.date_adoption DESC","params":{"1":"2022-06-07","2":15},"types":{"1":2,"2":1}} [] [2022-06-07T22:00:16.729577+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE ((t0.date_back IS NULL OR t0.date_back >= ?) AND t0.family_id = ?) ORDER BY t0.date_adoption DESC (parameters: array{"1":"2022-06-07","2":16}, types: array{"1":2,"2":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE ((t0.date_back IS NULL OR t0.date_back >= ?) AND t0.family_id = ?) ORDER BY t0.date_adoption DESC","params":{"1":"2022-06-07","2":16},"types":{"1":2,"2":1}} [] [2022-06-07T22:00:16.738371+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T22:00:16.756421+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T22:00:16.766474+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T22:00:16.816402+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T22:00:18.640114+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"49c42e"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/49c42e","method":"GET"} [] [2022-06-07T23:05:42.752058+02:00] request.INFO: Matched route "animal_index". {"route":"animal_index","route_parameters":{"_route":"animal_index","_controller":"App\\Controller\\AnimalController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/animal/","method":"GET"} [] [2022-06-07T23:05:42.766278+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T23:05:42.766332+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:05:42.766367+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:05:42.977113+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T23:05:42.981420+02:00] doctrine.DEBUG: Executing query: SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_"} [] [2022-06-07T23:05:42.989305+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_ ORDER BY a0_.id ASC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11 FROM acdg_animal a0_ ORDER BY a0_.id ASC LIMIT 5"} [] [2022-06-07T23:05:43.075692+02:00] doctrine.DEBUG: Executing query: SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 {"sql":"SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0"} [] [2022-06-07T23:05:43.129057+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-07T23:05:43.159611+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ? (parameters: array{"1":89}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ?","params":{"1":89},"types":{"1":1}} [] [2022-06-07T23:05:43.192985+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-07T23:05:43.204439+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ? (parameters: array{"1":24}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ?","params":{"1":24},"types":{"1":1}} [] [2022-06-07T23:05:43.208361+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ? (parameters: array{"1":90}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ?","params":{"1":90},"types":{"1":1}} [] [2022-06-07T23:05:43.215839+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ? (parameters: array{"1":24}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ?","params":{"1":24},"types":{"1":1}} [] [2022-06-07T23:05:43.290001+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T23:05:43.320161+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T23:05:43.410880+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T23:05:44.260296+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"202d80"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/202d80","method":"GET"} [] [2022-06-07T23:05:44.717641+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://acdg.benjamin-sampic.fr/favicon.ico" (from "http://acdg.benjamin-sampic.fr/animal/")" at /home/benjamincb/demos/acdg/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://acdg.benjamin-sampic.fr/favicon.ico\" (from \"http://acdg.benjamin-sampic.fr/animal/\") at /home/benjamincb/demos/acdg/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/benjamincb/demos/acdg/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2022-06-07T23:05:44.844588+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T23:05:44.848032+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T23:05:44.858692+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T23:05:44.905255+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T23:05:46.831486+02:00] request.INFO: Matched route "animal_show". {"route":"animal_show","route_parameters":{"_route":"animal_show","_controller":"App\\Controller\\AnimalController::show","id":"23"},"request_uri":"http://acdg.benjamin-sampic.fr/animal/23","method":"GET"} [] [2022-06-07T23:05:46.836999+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T23:05:46.837041+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:05:46.837072+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:05:46.933163+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T23:05:46.936788+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ? (parameters: array{"1":"23"}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12 FROM acdg_animal t0 WHERE t0.id = ?","params":{"1":"23"},"types":{"1":1}} [] [2022-06-07T23:05:47.087874+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 WHERE t0.id = ? (parameters: array{"1":7}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 WHERE t0.id = ?","params":{"1":7},"types":{"1":1}} [] [2022-06-07T23:05:47.094441+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-07T23:05:47.102077+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ? (parameters: array{"1":15}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ?","params":{"1":15},"types":{"1":1}} [] [2022-06-07T23:05:47.144491+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "father" nor one of the methods "father()", "getfather()"/"isfather()"/"hasfather()" or "__call()" exist and have public access in class "App\Entity\Animal"." at /home/benjamincb/demos/acdg/templates/animal/show.html.twig line 63 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"father\" nor one of the methods \"father()\", \"getfather()\"/\"isfather()\"/\"hasfather()\" or \"__call()\" exist and have public access in class \"App\\Entity\\Animal\". at /home/benjamincb/demos/acdg/templates/animal/show.html.twig:63)"} [] [2022-06-07T23:05:47.215636+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T23:05:47.223712+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T23:05:47.317926+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T23:05:47.722692+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4c909c"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/4c909c","method":"GET"} [] [2022-06-07T23:06:19.139763+02:00] request.INFO: Matched route "animal_show". {"route":"animal_show","route_parameters":{"_route":"animal_show","_controller":"App\\Controller\\AnimalController::show","id":"23"},"request_uri":"http://acdg.benjamin-sampic.fr/animal/23","method":"GET"} [] [2022-06-07T23:06:19.160237+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T23:06:19.160277+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:06:19.160314+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:06:19.564348+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T23:06:19.570703+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12, t0.father_id AS father_id_13, t0.mother_id AS mother_id_14 FROM acdg_animal t0 WHERE t0.id = ? (parameters: array{"1":"23"}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12, t0.father_id AS father_id_13, t0.mother_id AS mother_id_14 FROM acdg_animal t0 WHERE t0.id = ?","params":{"1":"23"},"types":{"1":1}} [] [2022-06-07T23:06:19.654671+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 WHERE t0.id = ? (parameters: array{"1":7}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 WHERE t0.id = ?","params":{"1":7},"types":{"1":1}} [] [2022-06-07T23:06:19.668307+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-07T23:06:19.682102+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ? (parameters: array{"1":15}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ?","params":{"1":15},"types":{"1":1}} [] [2022-06-07T23:06:19.707628+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12, t0.father_id AS father_id_13, t0.mother_id AS mother_id_14 FROM acdg_animal t0 INNER JOIN acdg_siblings ON t0.id = acdg_siblings.animal_b_id WHERE acdg_siblings.animal_a_id = ? ORDER BY t0.name DESC (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12, t0.father_id AS father_id_13, t0.mother_id AS mother_id_14 FROM acdg_animal t0 INNER JOIN acdg_siblings ON t0.id = acdg_siblings.animal_b_id WHERE acdg_siblings.animal_a_id = ? ORDER BY t0.name DESC","params":{"1":23},"types":{"1":1}} [] [2022-06-07T23:06:19.713832+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12, t0.father_id AS father_id_13, t0.mother_id AS mother_id_14 FROM acdg_animal t0 WHERE t0.father_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12, t0.father_id AS father_id_13, t0.mother_id AS mother_id_14 FROM acdg_animal t0 WHERE t0.father_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-07T23:06:19.714757+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12, t0.father_id AS father_id_13, t0.mother_id AS mother_id_14 FROM acdg_animal t0 WHERE t0.mother_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12, t0.father_id AS father_id_13, t0.mother_id AS mother_id_14 FROM acdg_animal t0 WHERE t0.mother_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-07T23:06:19.726040+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-07T23:06:19.748411+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ? (parameters: array{"1":89}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ?","params":{"1":89},"types":{"1":1}} [] [2022-06-07T23:06:19.792142+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_visit AS date_visit_2, t0.description AS description_3, t0.price AS price_4, t0.symptoms AS symptoms_5, t0.veterinary_diagnostic AS veterinary_diagnostic_6, t0.medications AS medications_7, t0.animal_weight AS animal_weight_8, t0.animal_id AS animal_id_9, t0.veterinary_id AS veterinary_id_10 FROM acdg_animal_health_check t0 WHERE t0.animal_id = ? ORDER BY t0.date_visit DESC (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_visit AS date_visit_2, t0.description AS description_3, t0.price AS price_4, t0.symptoms AS symptoms_5, t0.veterinary_diagnostic AS veterinary_diagnostic_6, t0.medications AS medications_7, t0.animal_weight AS animal_weight_8, t0.animal_id AS animal_id_9, t0.veterinary_id AS veterinary_id_10 FROM acdg_animal_health_check t0 WHERE t0.animal_id = ? ORDER BY t0.date_visit DESC","params":{"1":23},"types":{"1":1}} [] [2022-06-07T23:06:19.810175+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.postal_code AS postal_code_4, t0.city AS city_5, t0.country AS country_6, t0.phone AS phone_7, t0.mail AS mail_8, t0.website AS website_9 FROM acdg_veterinary t0 WHERE t0.id = ? (parameters: array{"1":3}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.postal_code AS postal_code_4, t0.city AS city_5, t0.country AS country_6, t0.phone AS phone_7, t0.mail AS mail_8, t0.website AS website_9 FROM acdg_veterinary t0 WHERE t0.id = ?","params":{"1":3},"types":{"1":1}} [] [2022-06-07T23:06:19.916197+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T23:06:19.951911+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T23:06:19.993735+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T23:06:20.405743+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"84502b"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/84502b","method":"GET"} [] [2022-06-07T23:10:25.662759+02:00] request.INFO: Matched route "animal_show". {"route":"animal_show","route_parameters":{"_route":"animal_show","_controller":"App\\Controller\\AnimalController::show","id":"23"},"request_uri":"http://acdg.benjamin-sampic.fr/animal/23","method":"GET"} [] [2022-06-07T23:10:25.680274+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T23:10:25.680364+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:10:25.680418+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:10:25.905039+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T23:10:25.912451+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12, t0.father_id AS father_id_13, t0.mother_id AS mother_id_14 FROM acdg_animal t0 WHERE t0.id = ? (parameters: array{"1":"23"}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12, t0.father_id AS father_id_13, t0.mother_id AS mother_id_14 FROM acdg_animal t0 WHERE t0.id = ?","params":{"1":"23"},"types":{"1":1}} [] [2022-06-07T23:10:26.128633+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 WHERE t0.id = ? (parameters: array{"1":7}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 WHERE t0.id = ?","params":{"1":7},"types":{"1":1}} [] [2022-06-07T23:10:26.143262+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-07T23:10:26.156982+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ? (parameters: array{"1":15}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ?","params":{"1":15},"types":{"1":1}} [] [2022-06-07T23:10:26.177293+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12, t0.father_id AS father_id_13, t0.mother_id AS mother_id_14 FROM acdg_animal t0 INNER JOIN acdg_siblings ON t0.id = acdg_siblings.animal_b_id WHERE acdg_siblings.animal_a_id = ? ORDER BY t0.name DESC (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12, t0.father_id AS father_id_13, t0.mother_id AS mother_id_14 FROM acdg_animal t0 INNER JOIN acdg_siblings ON t0.id = acdg_siblings.animal_b_id WHERE acdg_siblings.animal_a_id = ? ORDER BY t0.name DESC","params":{"1":23},"types":{"1":1}} [] [2022-06-07T23:10:26.178010+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12, t0.father_id AS father_id_13, t0.mother_id AS mother_id_14 FROM acdg_animal t0 WHERE t0.father_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12, t0.father_id AS father_id_13, t0.mother_id AS mother_id_14 FROM acdg_animal t0 WHERE t0.father_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-07T23:10:26.178455+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12, t0.father_id AS father_id_13, t0.mother_id AS mother_id_14 FROM acdg_animal t0 WHERE t0.mother_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12, t0.father_id AS father_id_13, t0.mother_id AS mother_id_14 FROM acdg_animal t0 WHERE t0.mother_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-07T23:10:26.190874+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-07T23:10:26.214687+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ? (parameters: array{"1":89}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ?","params":{"1":89},"types":{"1":1}} [] [2022-06-07T23:10:26.229502+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_visit AS date_visit_2, t0.description AS description_3, t0.price AS price_4, t0.symptoms AS symptoms_5, t0.veterinary_diagnostic AS veterinary_diagnostic_6, t0.medications AS medications_7, t0.animal_weight AS animal_weight_8, t0.animal_id AS animal_id_9, t0.veterinary_id AS veterinary_id_10 FROM acdg_animal_health_check t0 WHERE t0.animal_id = ? ORDER BY t0.date_visit DESC (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_visit AS date_visit_2, t0.description AS description_3, t0.price AS price_4, t0.symptoms AS symptoms_5, t0.veterinary_diagnostic AS veterinary_diagnostic_6, t0.medications AS medications_7, t0.animal_weight AS animal_weight_8, t0.animal_id AS animal_id_9, t0.veterinary_id AS veterinary_id_10 FROM acdg_animal_health_check t0 WHERE t0.animal_id = ? ORDER BY t0.date_visit DESC","params":{"1":23},"types":{"1":1}} [] [2022-06-07T23:10:26.233153+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.postal_code AS postal_code_4, t0.city AS city_5, t0.country AS country_6, t0.phone AS phone_7, t0.mail AS mail_8, t0.website AS website_9 FROM acdg_veterinary t0 WHERE t0.id = ? (parameters: array{"1":3}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.postal_code AS postal_code_4, t0.city AS city_5, t0.country AS country_6, t0.phone AS phone_7, t0.mail AS mail_8, t0.website AS website_9 FROM acdg_veterinary t0 WHERE t0.id = ?","params":{"1":3},"types":{"1":1}} [] [2022-06-07T23:10:26.279688+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T23:10:26.300028+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T23:10:26.374027+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T23:10:26.867661+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"54992f"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/54992f","method":"GET"} [] [2022-06-07T23:10:32.750751+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\IndexController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/","method":"GET"} [] [2022-06-07T23:10:32.756310+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T23:10:32.756354+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:10:32.756385+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:10:32.810946+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T23:10:32.815233+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T23:10:32.826854+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T23:10:32.854667+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T23:10:33.001748+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://acdg.benjamin-sampic.fr/login","method":"GET"} [] [2022-06-07T23:10:33.007262+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T23:10:33.007303+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:10:33.007335+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:10:33.068751+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T23:10:33.073650+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T23:10:33.084989+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T23:10:33.105952+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T23:10:33.581021+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"809da6"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/809da6","method":"GET"} [] [2022-06-07T23:10:37.456462+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://acdg.benjamin-sampic.fr/login","method":"POST"} [] [2022-06-07T23:10:37.465562+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T23:10:37.465603+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:10:37.526193+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T23:10:37.529490+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.username = ? LIMIT 1 (parameters: array{"1":"admin"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.username = ? LIMIT 1","params":{"1":"admin"},"types":{"1":2}} [] [2022-06-07T23:10:37.991567+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken":"PostAuthenticationToken(user=\"admin\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:10:37.996045+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:10:38.004299+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T23:10:38.016096+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T23:10:38.027144+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T23:10:38.043113+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T23:10:38.202664+02:00] request.INFO: Matched route "index_logged_in". {"route":"index_logged_in","route_parameters":{"_route":"index_logged_in","_controller":"App\\Controller\\IndexController::indexLoggedIn"},"request_uri":"http://acdg.benjamin-sampic.fr/index","method":"GET"} [] [2022-06-07T23:10:38.208152+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T23:10:38.208193+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:10:38.208225+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:10:38.274087+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T23:10:38.277128+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_animal t0 {"sql":"SELECT COUNT(*) FROM acdg_animal t0"} [] [2022-06-07T23:10:38.306451+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ WHERE a0_.id NOT IN (SELECT a1_.id FROM acdg_animal a1_ LEFT JOIN acdg_family_animal a2_ ON a1_.id = a2_.animal_id WHERE a2_.date_adoption < ? AND (a2_.date_back > ? OR a2_.date_back IS NULL)) (parameters: array{"1":"2022-06-07 23:10:38","2":"2022-06-07 23:10:38"}, types: array{"1":2,"2":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ WHERE a0_.id NOT IN (SELECT a1_.id FROM acdg_animal a1_ LEFT JOIN acdg_family_animal a2_ ON a1_.id = a2_.animal_id WHERE a2_.date_adoption < ? AND (a2_.date_back > ? OR a2_.date_back IS NULL))","params":{"1":"2022-06-07 23:10:38","2":"2022-06-07 23:10:38"},"types":{"1":2,"2":2}} [] [2022-06-07T23:10:38.311358+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_family t0 {"sql":"SELECT COUNT(*) FROM acdg_family t0"} [] [2022-06-07T23:10:38.311951+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_veterinary t0 {"sql":"SELECT COUNT(*) FROM acdg_veterinary t0"} [] [2022-06-07T23:10:38.312498+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_family_animal t0 {"sql":"SELECT COUNT(*) FROM acdg_family_animal t0"} [] [2022-06-07T23:10:38.312929+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_animal_health_check t0 {"sql":"SELECT COUNT(*) FROM acdg_animal_health_check t0"} [] [2022-06-07T23:10:38.313473+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_payment t0 {"sql":"SELECT COUNT(*) FROM acdg_payment t0"} [] [2022-06-07T23:10:38.328897+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T23:10:38.331863+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T23:10:38.335360+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T23:10:38.342340+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T23:10:38.358480+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T23:10:38.369440+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T23:10:38.391743+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T23:10:39.039467+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d72c48"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/d72c48","method":"GET"} [] [2022-06-07T23:10:41.196941+02:00] request.INFO: Matched route "family_index". {"route":"family_index","route_parameters":{"_route":"family_index","_controller":"App\\Controller\\FamilyController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/family/","method":"GET"} [] [2022-06-07T23:10:41.202790+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T23:10:41.202843+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:10:41.202876+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:10:41.267292+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T23:10:41.270001+02:00] doctrine.DEBUG: Executing query: SELECT count(a0_.id) AS sclr_0 FROM acdg_family a0_ {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_family a0_"} [] [2022-06-07T23:10:41.276834+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ ORDER BY a0_.deleted ASC, a0_.name ASC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ ORDER BY a0_.deleted ASC, a0_.name ASC LIMIT 5"} [] [2022-06-07T23:10:41.302656+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T23:10:41.307885+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T23:10:41.313808+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T23:10:41.322627+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE ((t0.date_back IS NULL OR t0.date_back >= ?) AND t0.family_id = ?) ORDER BY t0.date_adoption DESC (parameters: array{"1":"2022-06-07","2":15}, types: array{"1":2,"2":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE ((t0.date_back IS NULL OR t0.date_back >= ?) AND t0.family_id = ?) ORDER BY t0.date_adoption DESC","params":{"1":"2022-06-07","2":15},"types":{"1":2,"2":1}} [] [2022-06-07T23:10:41.329302+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE ((t0.date_back IS NULL OR t0.date_back >= ?) AND t0.family_id = ?) ORDER BY t0.date_adoption DESC (parameters: array{"1":"2022-06-07","2":16}, types: array{"1":2,"2":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE ((t0.date_back IS NULL OR t0.date_back >= ?) AND t0.family_id = ?) ORDER BY t0.date_adoption DESC","params":{"1":"2022-06-07","2":16},"types":{"1":2,"2":1}} [] [2022-06-07T23:10:41.340230+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T23:10:41.356757+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T23:10:41.367519+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T23:10:41.389990+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T23:10:41.942333+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0102fb"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/0102fb","method":"GET"} [] [2022-06-07T23:10:42.867984+02:00] request.INFO: Matched route "family_show". {"route":"family_show","route_parameters":{"_route":"family_show","_controller":"App\\Controller\\FamilyController::show","id":"15"},"request_uri":"http://acdg.benjamin-sampic.fr/family/15","method":"GET"} [] [2022-06-07T23:10:42.873491+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T23:10:42.873534+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:10:42.873567+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:10:42.922849+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T23:10:42.926130+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ? (parameters: array{"1":"15"}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ?","params":{"1":"15"},"types":{"1":1}} [] [2022-06-07T23:10:42.980867+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T23:10:42.981700+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T23:10:42.986020+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T23:10:42.989593+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.value AS value_2, t0.description AS description_3, t0.family_id AS family_id_4, t0.type_id AS type_id_5 FROM acdg_family_contact t0 WHERE t0.family_id = ? (parameters: array{"1":15}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.value AS value_2, t0.description AS description_3, t0.family_id AS family_id_4, t0.type_id AS type_id_5 FROM acdg_family_contact t0 WHERE t0.family_id = ?","params":{"1":15},"types":{"1":1}} [] [2022-06-07T23:10:42.991153+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.postal_code AS postal_code_2, t0.city AS city_3, t0.address AS address_4, t0.date_start AS date_start_5, t0.date_end AS date_end_6, t0.country AS country_7, t0.family_id AS family_id_8 FROM acdg_family_address t0 WHERE t0.family_id = ? ORDER BY t0.date_start DESC (parameters: array{"1":15}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.postal_code AS postal_code_2, t0.city AS city_3, t0.address AS address_4, t0.date_start AS date_start_5, t0.date_end AS date_end_6, t0.country AS country_7, t0.family_id AS family_id_8 FROM acdg_family_address t0 WHERE t0.family_id = ? ORDER BY t0.date_start DESC","params":{"1":15},"types":{"1":1}} [] [2022-06-07T23:10:42.996504+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.family_id = ? ORDER BY t0.date_adoption DESC (parameters: array{"1":15}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.family_id = ? ORDER BY t0.date_adoption DESC","params":{"1":15},"types":{"1":1}} [] [2022-06-07T23:10:43.003110+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12, t0.father_id AS father_id_13, t0.mother_id AS mother_id_14 FROM acdg_animal t0 WHERE t0.id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12, t0.father_id AS father_id_13, t0.mother_id AS mother_id_14 FROM acdg_animal t0 WHERE t0.id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-07T23:10:43.010017+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-07T23:10:43.018336+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ? (parameters: array{"1":89}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ?","params":{"1":89},"types":{"1":1}} [] [2022-06-07T23:10:43.026236+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T23:10:43.038479+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T23:10:43.049819+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T23:10:43.098308+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T23:10:43.561130+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f6a734"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/f6a734","method":"GET"} [] [2022-06-07T23:10:46.414886+02:00] request.INFO: Matched route "animal_show". {"route":"animal_show","route_parameters":{"_route":"animal_show","_controller":"App\\Controller\\AnimalController::show","id":"23"},"request_uri":"http://acdg.benjamin-sampic.fr/animal/23","method":"GET"} [] [2022-06-07T23:10:46.420582+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T23:10:46.420646+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:10:46.420684+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:10:46.483255+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T23:10:46.486877+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12, t0.father_id AS father_id_13, t0.mother_id AS mother_id_14 FROM acdg_animal t0 WHERE t0.id = ? (parameters: array{"1":"23"}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12, t0.father_id AS father_id_13, t0.mother_id AS mother_id_14 FROM acdg_animal t0 WHERE t0.id = ?","params":{"1":"23"},"types":{"1":1}} [] [2022-06-07T23:10:46.520681+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T23:10:46.523607+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T23:10:46.526758+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T23:10:46.527129+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 WHERE t0.id = ? (parameters: array{"1":7}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 WHERE t0.id = ?","params":{"1":7},"types":{"1":1}} [] [2022-06-07T23:10:46.530639+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-07T23:10:46.535551+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ? (parameters: array{"1":15}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ?","params":{"1":15},"types":{"1":1}} [] [2022-06-07T23:10:46.541902+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12, t0.father_id AS father_id_13, t0.mother_id AS mother_id_14 FROM acdg_animal t0 INNER JOIN acdg_siblings ON t0.id = acdg_siblings.animal_b_id WHERE acdg_siblings.animal_a_id = ? ORDER BY t0.name DESC (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12, t0.father_id AS father_id_13, t0.mother_id AS mother_id_14 FROM acdg_animal t0 INNER JOIN acdg_siblings ON t0.id = acdg_siblings.animal_b_id WHERE acdg_siblings.animal_a_id = ? ORDER BY t0.name DESC","params":{"1":23},"types":{"1":1}} [] [2022-06-07T23:10:46.542573+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12, t0.father_id AS father_id_13, t0.mother_id AS mother_id_14 FROM acdg_animal t0 WHERE t0.father_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12, t0.father_id AS father_id_13, t0.mother_id AS mother_id_14 FROM acdg_animal t0 WHERE t0.father_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-07T23:10:46.543191+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12, t0.father_id AS father_id_13, t0.mother_id AS mother_id_14 FROM acdg_animal t0 WHERE t0.mother_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.tatoo_chipset_number AS tatoo_chipset_number_3, t0.date_birth AS date_birth_4, t0.sex AS sex_5, t0.color AS color_6, t0.description AS description_7, t0.source AS source_8, t0.is_sterilized AS is_sterilized_9, t0.date_sterilized AS date_sterilized_10, t0.date_death AS date_death_11, t0.type_id AS type_id_12, t0.father_id AS father_id_13, t0.mother_id AS mother_id_14 FROM acdg_animal t0 WHERE t0.mother_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-07T23:10:46.544090+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ? (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.is_main_picture AS is_main_picture_2, t0.animal_id AS animal_id_3, t0.document_id AS document_id_4 FROM acdg_animal_document t0 WHERE t0.animal_id = ?","params":{"1":23},"types":{"1":1}} [] [2022-06-07T23:10:46.552598+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ? (parameters: array{"1":89}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.type AS type_4, t0.description AS description_5, t0.date_upload AS date_upload_6, t0.user_id AS user_id_7, t8.id AS id_9, t8.is_main_picture AS is_main_picture_10, t8.animal_id AS animal_id_11, t8.document_id AS document_id_12, t13.id AS id_14, t13.animal_health_check_id AS animal_health_check_id_15, t13.document_id AS document_id_16, t17.id AS id_18, t17.payment_id AS payment_id_19, t17.document_id AS document_id_20 FROM acdg_document t0 LEFT JOIN acdg_animal_document t8 ON t8.document_id = t0.id LEFT JOIN acdg_animal_health_check_document t13 ON t13.document_id = t0.id LEFT JOIN acdg_payment_document t17 ON t17.document_id = t0.id WHERE t0.id = ?","params":{"1":89},"types":{"1":1}} [] [2022-06-07T23:10:46.556250+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_visit AS date_visit_2, t0.description AS description_3, t0.price AS price_4, t0.symptoms AS symptoms_5, t0.veterinary_diagnostic AS veterinary_diagnostic_6, t0.medications AS medications_7, t0.animal_weight AS animal_weight_8, t0.animal_id AS animal_id_9, t0.veterinary_id AS veterinary_id_10 FROM acdg_animal_health_check t0 WHERE t0.animal_id = ? ORDER BY t0.date_visit DESC (parameters: array{"1":23}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_visit AS date_visit_2, t0.description AS description_3, t0.price AS price_4, t0.symptoms AS symptoms_5, t0.veterinary_diagnostic AS veterinary_diagnostic_6, t0.medications AS medications_7, t0.animal_weight AS animal_weight_8, t0.animal_id AS animal_id_9, t0.veterinary_id AS veterinary_id_10 FROM acdg_animal_health_check t0 WHERE t0.animal_id = ? ORDER BY t0.date_visit DESC","params":{"1":23},"types":{"1":1}} [] [2022-06-07T23:10:46.560147+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.postal_code AS postal_code_4, t0.city AS city_5, t0.country AS country_6, t0.phone AS phone_7, t0.mail AS mail_8, t0.website AS website_9 FROM acdg_veterinary t0 WHERE t0.id = ? (parameters: array{"1":3}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.postal_code AS postal_code_4, t0.city AS city_5, t0.country AS country_6, t0.phone AS phone_7, t0.mail AS mail_8, t0.website AS website_9 FROM acdg_veterinary t0 WHERE t0.id = ?","params":{"1":3},"types":{"1":1}} [] [2022-06-07T23:10:46.568931+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T23:10:46.580131+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T23:10:46.591403+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T23:10:46.616259+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T23:10:47.069947+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cf3db1"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/cf3db1","method":"GET"} [] [2022-06-07T23:10:58.659236+02:00] request.INFO: Matched route "app_animal_type_index". {"route":"app_animal_type_index","route_parameters":{"_route":"app_animal_type_index","_controller":"App\\Controller\\AnimalTypeController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/animal_type/","method":"GET"} [] [2022-06-07T23:10:58.673720+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T23:10:58.673770+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:10:58.673803+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:10:58.783517+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T23:10:58.789515+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_animal_type a0_ WHERE a0_.name LIKE ? (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_animal_type a0_ WHERE a0_.name LIKE ?","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T23:10:58.794584+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_animal_type a0_ WHERE a0_.name LIKE ? ORDER BY a0_.id ASC LIMIT 10 (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_animal_type a0_ WHERE a0_.name LIKE ? ORDER BY a0_.id ASC LIMIT 10","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-07T23:10:58.851968+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T23:10:58.868608+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T23:10:58.881050+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T23:10:58.900330+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T23:10:58.951652+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T23:10:58.972977+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T23:10:59.012447+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T23:10:59.446131+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"afceef"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/afceef","method":"GET"} [] [2022-06-07T23:12:06.290978+02:00] request.INFO: Matched route "family_index". {"route":"family_index","route_parameters":{"_route":"family_index","_controller":"App\\Controller\\FamilyController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/family/","method":"GET"} [] [2022-06-07T23:12:06.304824+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T23:12:06.304865+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:12:06.304897+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:12:06.423886+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T23:12:06.427835+02:00] doctrine.DEBUG: Executing query: SELECT count(a0_.id) AS sclr_0 FROM acdg_family a0_ {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_family a0_"} [] [2022-06-07T23:12:06.445752+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ ORDER BY a0_.deleted ASC, a0_.name ASC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ ORDER BY a0_.deleted ASC, a0_.name ASC LIMIT 5"} [] [2022-06-07T23:12:06.495330+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T23:12:06.503854+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T23:12:06.515649+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T23:12:06.539696+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE ((t0.date_back IS NULL OR t0.date_back >= ?) AND t0.family_id = ?) ORDER BY t0.date_adoption DESC (parameters: array{"1":"2022-06-07","2":15}, types: array{"1":2,"2":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE ((t0.date_back IS NULL OR t0.date_back >= ?) AND t0.family_id = ?) ORDER BY t0.date_adoption DESC","params":{"1":"2022-06-07","2":15},"types":{"1":2,"2":1}} [] [2022-06-07T23:12:06.559411+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE ((t0.date_back IS NULL OR t0.date_back >= ?) AND t0.family_id = ?) ORDER BY t0.date_adoption DESC (parameters: array{"1":"2022-06-07","2":16}, types: array{"1":2,"2":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE ((t0.date_back IS NULL OR t0.date_back >= ?) AND t0.family_id = ?) ORDER BY t0.date_adoption DESC","params":{"1":"2022-06-07","2":16},"types":{"1":2,"2":1}} [] [2022-06-07T23:12:06.575733+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T23:12:06.619531+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T23:12:06.636541+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T23:12:06.674534+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T23:12:07.129824+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c12913"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/c12913","method":"GET"} [] [2022-06-07T23:12:32.984176+02:00] request.INFO: Matched route "family_index". {"route":"family_index","route_parameters":{"_route":"family_index","_controller":"App\\Controller\\FamilyController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/family/","method":"GET"} [] [2022-06-07T23:12:32.989762+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T23:12:32.989805+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:12:32.989838+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:12:33.049845+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T23:12:33.052916+02:00] doctrine.DEBUG: Executing query: SELECT count(a0_.id) AS sclr_0 FROM acdg_family a0_ {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_family a0_"} [] [2022-06-07T23:12:33.059371+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ ORDER BY a0_.deleted ASC, a0_.name ASC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ ORDER BY a0_.deleted ASC, a0_.name ASC LIMIT 5"} [] [2022-06-07T23:12:33.074971+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T23:12:33.079854+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T23:12:33.083545+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T23:12:33.090891+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T23:12:33.105433+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T23:12:33.116247+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T23:12:33.151845+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T23:12:33.679303+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1264e6"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/1264e6","method":"GET"} [] [2022-06-07T23:14:54.254755+02:00] request.INFO: Matched route "family_index". {"route":"family_index","route_parameters":{"_route":"family_index","_controller":"App\\Controller\\FamilyController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/family/","method":"GET"} [] [2022-06-07T23:14:54.269281+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T23:14:54.269322+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:14:54.269356+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:14:54.403658+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T23:14:54.408142+02:00] doctrine.DEBUG: Executing query: SELECT count(a0_.id) AS sclr_0 FROM acdg_family a0_ {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_family a0_"} [] [2022-06-07T23:14:54.425493+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ ORDER BY a0_.deleted ASC, a0_.name ASC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ ORDER BY a0_.deleted ASC, a0_.name ASC LIMIT 5"} [] [2022-06-07T23:14:54.455660+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T23:14:54.464243+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T23:14:54.478199+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T23:14:54.494660+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T23:14:54.557227+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T23:14:54.577524+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T23:14:54.650590+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T23:14:55.198981+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6b4888"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/6b4888","method":"GET"} [] [2022-06-07T23:15:47.780806+02:00] request.INFO: Matched route "family_index". {"route":"family_index","route_parameters":{"_route":"family_index","_controller":"App\\Controller\\FamilyController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/family/","method":"GET"} [] [2022-06-07T23:15:47.795071+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T23:15:47.795128+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:15:47.795161+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:15:47.918979+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T23:15:47.923562+02:00] doctrine.DEBUG: Executing query: SELECT count(a0_.id) AS sclr_0 FROM acdg_family a0_ {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_family a0_"} [] [2022-06-07T23:15:47.941140+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ ORDER BY a0_.deleted ASC, a0_.name ASC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ ORDER BY a0_.deleted ASC, a0_.name ASC LIMIT 5"} [] [2022-06-07T23:15:47.970607+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T23:15:47.979469+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T23:15:47.992099+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T23:15:48.008709+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T23:15:48.054842+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T23:15:48.074318+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T23:15:48.111875+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T23:15:49.056150+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"02eff9"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/02eff9","method":"GET"} [] [2022-06-07T23:16:04.019234+02:00] request.INFO: Matched route "family_index". {"route":"family_index","route_parameters":{"_route":"family_index","_controller":"App\\Controller\\FamilyController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/family/","method":"GET"} [] [2022-06-07T23:16:04.024975+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T23:16:04.025017+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:16:04.025048+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:16:04.090548+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T23:16:04.093876+02:00] doctrine.DEBUG: Executing query: SELECT count(a0_.id) AS sclr_0 FROM acdg_family a0_ {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_family a0_"} [] [2022-06-07T23:16:04.100130+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ ORDER BY a0_.deleted ASC, a0_.name ASC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ ORDER BY a0_.deleted ASC, a0_.name ASC LIMIT 5"} [] [2022-06-07T23:16:04.134662+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T23:16:04.145499+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T23:16:04.180009+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T23:16:24.489198+02:00] request.INFO: Matched route "family_index". {"route":"family_index","route_parameters":{"_route":"family_index","_controller":"App\\Controller\\FamilyController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/family/","method":"GET"} [] [2022-06-07T23:16:24.503303+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T23:16:24.503349+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:16:24.503383+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:16:24.622560+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T23:16:24.627232+02:00] doctrine.DEBUG: Executing query: SELECT count(a0_.id) AS sclr_0 FROM acdg_family a0_ {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_family a0_"} [] [2022-06-07T23:16:24.644059+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ ORDER BY a0_.deleted ASC, a0_.name ASC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ ORDER BY a0_.deleted ASC, a0_.name ASC LIMIT 5"} [] [2022-06-07T23:16:24.673419+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T23:16:24.681900+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T23:16:24.694024+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T23:16:24.709567+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T23:16:24.754413+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T23:16:24.774106+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T23:16:24.834392+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T23:16:25.413312+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6ac2d2"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/6ac2d2","method":"GET"} [] [2022-06-07T23:21:49.719335+02:00] request.INFO: Matched route "family_index". {"route":"family_index","route_parameters":{"_route":"family_index","_controller":"App\\Controller\\FamilyController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/family/","method":"GET"} [] [2022-06-07T23:21:49.733515+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-07T23:21:49.733556+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:21:49.733589+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-07T23:21:49.889820+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-07T23:21:49.894067+02:00] doctrine.DEBUG: Executing query: SELECT count(a0_.id) AS sclr_0 FROM acdg_family a0_ {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_family a0_"} [] [2022-06-07T23:21:49.910956+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ ORDER BY a0_.deleted ASC, a0_.name ASC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ ORDER BY a0_.deleted ASC, a0_.name ASC LIMIT 5"} [] [2022-06-07T23:21:49.940510+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-07T23:21:49.949075+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-07T23:21:49.967401+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-07T23:21:50.072304+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-07T23:21:50.173478+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-07T23:21:50.190901+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-07T23:21:50.295358+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-07T23:21:51.435116+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c2261d"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/c2261d","method":"GET"} [] [2022-06-12T13:21:16.548314+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\IndexController::index"},"request_uri":"https://acdg.benjamin-sampic.fr/","method":"GET"} [] [2022-06-12T13:21:16.548314+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\IndexController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/","method":"GET"} [] [2022-06-12T13:21:16.953738+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-12T13:21:16.953740+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-12T13:21:16.953803+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-12T13:21:16.953806+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-12T13:21:16.953836+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-12T13:21:16.953845+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-12T13:21:18.899485+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-12T13:21:18.899485+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-12T13:21:19.029068+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-12T13:21:19.029068+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-12T13:21:19.218400+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-12T13:21:19.218421+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-12T13:21:19.681973+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-12T13:21:19.684768+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-12T13:21:20.223135+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://acdg.benjamin-sampic.fr/login","method":"GET"} [] [2022-06-12T13:21:20.229580+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-12T13:21:20.229622+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-12T13:21:20.229655+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-12T13:21:20.425153+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://acdg.benjamin-sampic.fr/login","method":"GET"} [] [2022-06-12T13:21:20.430892+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-12T13:21:20.430939+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-12T13:21:20.430998+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-12T13:21:20.857828+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-12T13:21:20.858031+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-12T13:21:20.861608+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-12T13:21:20.861610+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-12T13:21:20.873067+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-12T13:21:20.873211+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-12T13:21:21.139544+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-12T13:21:21.139544+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-14T21:42:39.942402+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\IndexController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/","method":"GET"} [] [2022-06-14T21:42:40.379319+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-14T21:42:40.379409+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-14T21:42:40.379448+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-14T21:42:42.445898+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-14T21:42:42.569798+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-14T21:42:42.725382+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-14T21:42:42.998468+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://acdg.benjamin-sampic.fr/login","method":"GET"} [] [2022-06-14T21:42:43.018352+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-14T21:42:43.018418+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-14T21:42:43.018474+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-14T21:42:43.332510+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-14T21:42:43.589963+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-14T21:42:43.593681+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-14T21:42:43.604730+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-14T21:42:43.806273+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-14T21:42:44.588209+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0e3064"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/0e3064","method":"GET"} [] [2022-06-14T21:42:44.718149+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://acdg.benjamin-sampic.fr/favicon.ico" (from "http://acdg.benjamin-sampic.fr/login")" at /home/benjamincb/demos/acdg/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://acdg.benjamin-sampic.fr/favicon.ico\" (from \"http://acdg.benjamin-sampic.fr/login\") at /home/benjamincb/demos/acdg/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/benjamincb/demos/acdg/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2022-06-14T21:42:45.558334+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-14T21:42:45.562442+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-14T21:42:45.573870+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-14T21:42:45.616746+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-14T21:42:54.300144+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://acdg.benjamin-sampic.fr/login","method":"GET"} [] [2022-06-14T21:42:54.305811+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-14T21:42:54.305857+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-14T21:42:54.305894+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-14T21:42:54.362037+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-14T21:42:54.366183+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-14T21:42:54.380277+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-14T21:42:54.410658+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-14T21:42:54.990438+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a360ea"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/a360ea","method":"GET"} [] [2022-06-14T21:42:55.251103+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://acdg.benjamin-sampic.fr/favicon.ico" (from "https://acdg.benjamin-sampic.fr/login")" at /home/benjamincb/demos/acdg/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://acdg.benjamin-sampic.fr/favicon.ico\" (from \"https://acdg.benjamin-sampic.fr/login\") at /home/benjamincb/demos/acdg/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/benjamincb/demos/acdg/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2022-06-14T21:42:55.330901+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-14T21:42:55.334889+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-14T21:42:55.343664+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-14T21:42:55.399921+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-14T21:43:14.449977+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://acdg.benjamin-sampic.fr/login","method":"POST"} [] [2022-06-14T21:43:14.471536+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-14T21:43:14.471577+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-14T21:43:15.424756+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-14T21:43:15.475440+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.username = ? LIMIT 1 (parameters: array{"1":"admin"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.username = ? LIMIT 1","params":{"1":"admin"},"types":{"1":2}} [] [2022-06-14T21:43:16.322505+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken":"PostAuthenticationToken(user=\"admin\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-14T21:43:16.360954+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-14T21:43:16.379470+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-14T21:43:16.585380+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-14T21:43:16.604011+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-14T21:43:16.662465+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-14T21:43:16.770070+02:00] request.INFO: Matched route "index_logged_in". {"route":"index_logged_in","route_parameters":{"_route":"index_logged_in","_controller":"App\\Controller\\IndexController::indexLoggedIn"},"request_uri":"https://acdg.benjamin-sampic.fr/index","method":"GET"} [] [2022-06-14T21:43:16.775506+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-14T21:43:16.775547+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-14T21:43:16.775580+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-14T21:43:17.469791+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-14T21:43:17.472665+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_animal t0 {"sql":"SELECT COUNT(*) FROM acdg_animal t0"} [] [2022-06-14T21:43:17.689255+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ WHERE a0_.id NOT IN (SELECT a1_.id FROM acdg_animal a1_ LEFT JOIN acdg_family_animal a2_ ON a1_.id = a2_.animal_id WHERE a2_.date_adoption < ? AND (a2_.date_back > ? OR a2_.date_back IS NULL)) (parameters: array{"1":"2022-06-14 21:43:17","2":"2022-06-14 21:43:17"}, types: array{"1":2,"2":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ WHERE a0_.id NOT IN (SELECT a1_.id FROM acdg_animal a1_ LEFT JOIN acdg_family_animal a2_ ON a1_.id = a2_.animal_id WHERE a2_.date_adoption < ? AND (a2_.date_back > ? OR a2_.date_back IS NULL))","params":{"1":"2022-06-14 21:43:17","2":"2022-06-14 21:43:17"},"types":{"1":2,"2":2}} [] [2022-06-14T21:43:17.743452+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_family t0 {"sql":"SELECT COUNT(*) FROM acdg_family t0"} [] [2022-06-14T21:43:17.745939+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_veterinary t0 {"sql":"SELECT COUNT(*) FROM acdg_veterinary t0"} [] [2022-06-14T21:43:17.748778+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_family_animal t0 {"sql":"SELECT COUNT(*) FROM acdg_family_animal t0"} [] [2022-06-14T21:43:17.751707+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_animal_health_check t0 {"sql":"SELECT COUNT(*) FROM acdg_animal_health_check t0"} [] [2022-06-14T21:43:17.754774+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_payment t0 {"sql":"SELECT COUNT(*) FROM acdg_payment t0"} [] [2022-06-14T21:43:17.823473+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-14T21:43:17.827745+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-14T21:43:17.832773+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-14T21:43:17.841707+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-14T21:43:18.010134+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-14T21:43:18.021120+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-14T21:43:18.050039+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-14T21:43:18.492827+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"69c220"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/69c220","method":"GET"} [] [2022-06-14T21:43:23.059730+02:00] request.INFO: Matched route "user_index". {"route":"user_index","route_parameters":{"_route":"user_index","_controller":"App\\Controller\\UserController::index"},"request_uri":"https://acdg.benjamin-sampic.fr/user/","method":"GET"} [] [2022-06-14T21:43:23.066939+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-14T21:43:23.067008+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-14T21:43:23.067059+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-14T21:43:23.191915+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-14T21:43:23.195181+02:00] doctrine.DEBUG: Executing query: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0"} [] [2022-06-14T21:43:23.670916+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-14T21:43:23.671425+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-14T21:43:23.678576+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-14T21:43:23.688881+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-14T21:43:23.699679+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-14T21:43:23.722788+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-14T21:43:24.167180+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e01dea"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/e01dea","method":"GET"} [] [2022-06-14T21:43:42.100770+02:00] request.INFO: Matched route "user_new". {"route":"user_new","route_parameters":{"_route":"user_new","_controller":"App\\Controller\\UserController::new"},"request_uri":"https://acdg.benjamin-sampic.fr/user/new","method":"GET"} [] [2022-06-14T21:43:42.106387+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-14T21:43:42.106432+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-14T21:43:42.106465+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-14T21:43:42.966312+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-14T21:43:42.989964+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-14T21:43:42.994203+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-14T21:43:43.002106+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-14T21:43:43.378178+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-14T21:43:43.388522+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-14T21:43:43.399402+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-14T21:43:43.435140+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-14T21:43:43.955173+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b04f95"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/b04f95","method":"GET"} [] [2022-06-14T21:45:51.422105+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://acdg.benjamin-sampic.fr/login","method":"GET"} [] [2022-06-14T21:45:51.436250+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-14T21:45:51.436290+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-14T21:45:51.436323+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-14T21:45:51.561962+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-14T21:45:51.628334+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-14T21:45:51.643923+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-14T21:45:51.676785+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-14T21:45:51.708650+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-14T21:45:51.757677+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-14T21:45:51.789361+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-14T21:45:51.860834+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-14T21:45:52.394996+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"209872"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/209872","method":"GET"} [] [2022-06-14T21:45:57.146984+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://acdg.benjamin-sampic.fr/login","method":"POST"} [] [2022-06-14T21:45:57.164171+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-14T21:45:57.221398+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-14T21:45:57.226067+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-14T21:45:57.236713+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-14T21:45:57.236820+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-14T21:45:57.236872+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-14T21:45:57.252763+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.username = ? LIMIT 1 (parameters: array{"1":"admin"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.username = ? LIMIT 1","params":{"1":"admin"},"types":{"1":2}} [] [2022-06-14T21:45:57.732256+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken":"PostAuthenticationToken(user=\"admin\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-14T21:45:57.738574+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-14T21:45:57.749283+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-14T21:45:57.764587+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-14T21:45:57.775511+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-14T21:45:57.790948+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-14T21:45:57.949813+02:00] request.INFO: Matched route "index_logged_in". {"route":"index_logged_in","route_parameters":{"_route":"index_logged_in","_controller":"App\\Controller\\IndexController::indexLoggedIn"},"request_uri":"https://acdg.benjamin-sampic.fr/index","method":"GET"} [] [2022-06-14T21:45:57.956656+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-14T21:45:57.956713+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-14T21:45:57.956767+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-14T21:45:58.148658+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-14T21:45:58.151586+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_animal t0 {"sql":"SELECT COUNT(*) FROM acdg_animal t0"} [] [2022-06-14T21:45:58.188377+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ WHERE a0_.id NOT IN (SELECT a1_.id FROM acdg_animal a1_ LEFT JOIN acdg_family_animal a2_ ON a1_.id = a2_.animal_id WHERE a2_.date_adoption < ? AND (a2_.date_back > ? OR a2_.date_back IS NULL)) (parameters: array{"1":"2022-06-14 21:45:58","2":"2022-06-14 21:45:58"}, types: array{"1":2,"2":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ WHERE a0_.id NOT IN (SELECT a1_.id FROM acdg_animal a1_ LEFT JOIN acdg_family_animal a2_ ON a1_.id = a2_.animal_id WHERE a2_.date_adoption < ? AND (a2_.date_back > ? OR a2_.date_back IS NULL))","params":{"1":"2022-06-14 21:45:58","2":"2022-06-14 21:45:58"},"types":{"1":2,"2":2}} [] [2022-06-14T21:45:58.193360+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_family t0 {"sql":"SELECT COUNT(*) FROM acdg_family t0"} [] [2022-06-14T21:45:58.193843+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_veterinary t0 {"sql":"SELECT COUNT(*) FROM acdg_veterinary t0"} [] [2022-06-14T21:45:58.194271+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_family_animal t0 {"sql":"SELECT COUNT(*) FROM acdg_family_animal t0"} [] [2022-06-14T21:45:58.194682+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_animal_health_check t0 {"sql":"SELECT COUNT(*) FROM acdg_animal_health_check t0"} [] [2022-06-14T21:45:58.195081+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_payment t0 {"sql":"SELECT COUNT(*) FROM acdg_payment t0"} [] [2022-06-14T21:45:58.215022+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-14T21:45:58.218588+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-14T21:45:58.222745+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-14T21:45:58.230703+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-14T21:45:58.271525+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-14T21:45:58.283739+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-14T21:45:58.361147+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-14T21:45:58.851310+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b8dd02"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/b8dd02","method":"GET"} [] [2022-06-14T21:46:02.078313+02:00] request.INFO: Matched route "app_animal_type_index". {"route":"app_animal_type_index","route_parameters":{"_route":"app_animal_type_index","_controller":"App\\Controller\\AnimalTypeController::index"},"request_uri":"https://acdg.benjamin-sampic.fr/animal_type/","method":"GET"} [] [2022-06-14T21:46:02.083722+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-14T21:46:02.083762+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-14T21:46:02.083794+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-14T21:46:02.276751+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-14T21:46:02.280279+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_animal_type a0_ WHERE a0_.name LIKE ? (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_animal_type a0_ WHERE a0_.name LIKE ?","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-14T21:46:02.307459+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_animal_type a0_ WHERE a0_.name LIKE ? ORDER BY a0_.id ASC LIMIT 10 (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1 FROM acdg_animal_type a0_ WHERE a0_.name LIKE ? ORDER BY a0_.id ASC LIMIT 10","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-14T21:46:02.438743+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-14T21:46:02.445173+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-14T21:46:02.448620+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-14T21:46:02.581881+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-14T21:46:02.596070+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-14T21:46:02.606652+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-14T21:46:02.671859+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-14T21:46:03.118928+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"39b62b"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/39b62b","method":"GET"} [] [2022-06-14T21:47:28.797720+02:00] request.INFO: Matched route "family_animal_index". {"route":"family_animal_index","route_parameters":{"_route":"family_animal_index","_controller":"App\\Controller\\FamilyAnimalController::index"},"request_uri":"https://acdg.benjamin-sampic.fr/family/animal/","method":"GET"} [] [2022-06-14T21:47:28.815037+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-14T21:47:28.815121+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-14T21:47:28.815176+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-14T21:47:29.069152+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-14T21:47:29.073757+02:00] doctrine.DEBUG: Executing query: SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_family_animal a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_family a2_ ON a0_.family_id = a2_.id {"sql":"SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_family_animal a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_family a2_ ON a0_.family_id = a2_.id"} [] [2022-06-14T21:47:29.095262+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.date_adoption AS date_adoption_1, a0_.date_back AS date_back_2, a0_.type_adoption AS type_adoption_3, a0_.family_id AS family_id_4, a0_.animal_id AS animal_id_5 FROM acdg_family_animal a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_family a2_ ON a0_.family_id = a2_.id ORDER BY a0_.date_adoption DESC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.date_adoption AS date_adoption_1, a0_.date_back AS date_back_2, a0_.type_adoption AS type_adoption_3, a0_.family_id AS family_id_4, a0_.animal_id AS animal_id_5 FROM acdg_family_animal a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_family a2_ ON a0_.family_id = a2_.id ORDER BY a0_.date_adoption DESC LIMIT 5"} [] [2022-06-14T21:47:29.197212+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-14T21:47:29.228414+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-14T21:47:29.241266+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-14T21:47:29.261505+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-14T21:47:29.318197+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-14T21:47:29.338345+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-14T21:47:29.400753+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-14T21:47:29.883488+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"911183"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/911183","method":"GET"} [] [2022-06-14T21:51:10.319638+02:00] request.INFO: Matched route "animal_health_check_index". {"route":"animal_health_check_index","route_parameters":{"_route":"animal_health_check_index","_controller":"App\\Controller\\AnimalHealthCheckController::index"},"request_uri":"https://acdg.benjamin-sampic.fr/animal/health/check/","method":"GET"} [] [2022-06-14T21:51:10.333820+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-14T21:51:10.333873+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-14T21:51:10.333906+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-14T21:51:10.653948+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-14T21:51:10.659532+02:00] doctrine.DEBUG: Executing statement: SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_animal_health_check a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_veterinary a2_ ON a0_.veterinary_id = a2_.id WHERE a1_.name LIKE ? OR a2_.name LIKE ? OR a0_.description LIKE ? (parameters: array{"1":"%%","2":"%%","3":"%%"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_animal_health_check a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_veterinary a2_ ON a0_.veterinary_id = a2_.id WHERE a1_.name LIKE ? OR a2_.name LIKE ? OR a0_.description LIKE ?","params":{"1":"%%","2":"%%","3":"%%"},"types":{"1":2,"2":2,"3":2}} [] [2022-06-14T21:51:10.667424+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.date_visit AS date_visit_1, a0_.description AS description_2, a0_.price AS price_3, a0_.symptoms AS symptoms_4, a0_.veterinary_diagnostic AS veterinary_diagnostic_5, a0_.medications AS medications_6, a0_.animal_weight AS animal_weight_7, a0_.animal_id AS animal_id_8, a0_.veterinary_id AS veterinary_id_9 FROM acdg_animal_health_check a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_veterinary a2_ ON a0_.veterinary_id = a2_.id WHERE a1_.name LIKE ? OR a2_.name LIKE ? OR a0_.description LIKE ? ORDER BY a0_.date_visit DESC LIMIT 10 (parameters: array{"1":"%%","2":"%%","3":"%%"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT a0_.id AS id_0, a0_.date_visit AS date_visit_1, a0_.description AS description_2, a0_.price AS price_3, a0_.symptoms AS symptoms_4, a0_.veterinary_diagnostic AS veterinary_diagnostic_5, a0_.medications AS medications_6, a0_.animal_weight AS animal_weight_7, a0_.animal_id AS animal_id_8, a0_.veterinary_id AS veterinary_id_9 FROM acdg_animal_health_check a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_veterinary a2_ ON a0_.veterinary_id = a2_.id WHERE a1_.name LIKE ? OR a2_.name LIKE ? OR a0_.description LIKE ? ORDER BY a0_.date_visit DESC LIMIT 10","params":{"1":"%%","2":"%%","3":"%%"},"types":{"1":2,"2":2,"3":2}} [] [2022-06-14T21:51:10.730901+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-14T21:51:10.747031+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-14T21:51:10.767282+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-14T21:51:10.782925+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-14T21:51:10.816116+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-14T21:51:10.834537+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-14T21:51:10.930982+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-14T21:51:11.391133+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"dd4950"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/dd4950","method":"GET"} [] [2022-06-14T21:51:11.779330+02:00] request.INFO: Matched route "payment_index". {"route":"payment_index","route_parameters":{"_route":"payment_index","_controller":"App\\Controller\\PaymentController::index"},"request_uri":"https://acdg.benjamin-sampic.fr/payment/","method":"GET"} [] [2022-06-14T21:51:11.784767+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-14T21:51:11.784807+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-14T21:51:11.784845+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-14T21:51:11.970745+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-14T21:51:11.974497+02:00] doctrine.DEBUG: Executing statement: SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_payment a0_ INNER JOIN acdg_payment_line a1_ ON a0_.id = a1_.payment_id WHERE a0_.name LIKE ? OR a0_.description LIKE ? OR a1_.name LIKE ? OR a1_.description LIKE ? (parameters: array{"1":"%%","2":"%%","3":"%%","4":"%%"}, types: array{"1":2,"2":2,"3":2,"4":2}) {"sql":"SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_payment a0_ INNER JOIN acdg_payment_line a1_ ON a0_.id = a1_.payment_id WHERE a0_.name LIKE ? OR a0_.description LIKE ? OR a1_.name LIKE ? OR a1_.description LIKE ?","params":{"1":"%%","2":"%%","3":"%%","4":"%%"},"types":{"1":2,"2":2,"3":2,"4":2}} [] [2022-06-14T21:51:11.990719+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.reference AS reference_2, a0_.type AS type_3, a0_.amount AS amount_4, a0_.date_payment AS date_payment_5, a0_.description AS description_6, a0_.date_added AS date_added_7, a0_.mean_of_payment_id AS mean_of_payment_id_8 FROM acdg_payment a0_ WHERE a0_.id IN (SELECT a1_.id FROM acdg_payment a1_ INNER JOIN acdg_payment_line a2_ ON a1_.id = a2_.payment_id WHERE a1_.name LIKE ? OR a1_.description LIKE ? OR a2_.name LIKE ? OR a2_.description LIKE ?) ORDER BY a0_.date_payment DESC LIMIT 5 (parameters: array{"1":"%%","2":"%%","3":"%%","4":"%%"}, types: array{"1":2,"2":2,"3":2,"4":2}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.reference AS reference_2, a0_.type AS type_3, a0_.amount AS amount_4, a0_.date_payment AS date_payment_5, a0_.description AS description_6, a0_.date_added AS date_added_7, a0_.mean_of_payment_id AS mean_of_payment_id_8 FROM acdg_payment a0_ WHERE a0_.id IN (SELECT a1_.id FROM acdg_payment a1_ INNER JOIN acdg_payment_line a2_ ON a1_.id = a2_.payment_id WHERE a1_.name LIKE ? OR a1_.description LIKE ? OR a2_.name LIKE ? OR a2_.description LIKE ?) ORDER BY a0_.date_payment DESC LIMIT 5","params":{"1":"%%","2":"%%","3":"%%","4":"%%"},"types":{"1":2,"2":2,"3":2,"4":2}} [] [2022-06-14T21:51:12.077933+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-14T21:51:12.086645+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-14T21:51:12.091370+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-14T21:51:12.340936+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-14T21:51:12.417933+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-14T21:51:12.429861+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-14T21:51:12.451917+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-14T21:51:12.971783+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7d99a4"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/7d99a4","method":"GET"} [] [2022-06-14T21:51:13.876317+02:00] request.INFO: Matched route "document_index". {"route":"document_index","route_parameters":{"_route":"document_index","_controller":"App\\Controller\\DocumentController::index"},"request_uri":"https://acdg.benjamin-sampic.fr/document/","method":"GET"} [] [2022-06-14T21:51:13.882083+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-14T21:51:13.882127+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-14T21:51:13.882160+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-14T21:51:14.008970+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-14T21:51:14.011870+02:00] doctrine.DEBUG: Executing query: SELECT count(a0_.id) AS sclr_0 FROM acdg_document a0_ {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_document a0_"} [] [2022-06-14T21:51:14.019638+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.path AS path_2, a0_.type AS type_3, a0_.description AS description_4, a0_.date_upload AS date_upload_5, a0_.user_id AS user_id_6 FROM acdg_document a0_ ORDER BY a0_.date_upload DESC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.path AS path_2, a0_.type AS type_3, a0_.description AS description_4, a0_.date_upload AS date_upload_5, a0_.user_id AS user_id_6 FROM acdg_document a0_ ORDER BY a0_.date_upload DESC LIMIT 5"} [] [2022-06-14T21:51:14.021813+02:00] doctrine.DEBUG: Executing query: SELECT DISTINCT a0_.type AS type_0 FROM acdg_document a0_ ORDER BY a0_.type ASC {"sql":"SELECT DISTINCT a0_.type AS type_0 FROM acdg_document a0_ ORDER BY a0_.type ASC"} [] [2022-06-14T21:51:14.109000+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-14T21:51:14.116448+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-14T21:51:14.117502+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-14T21:51:14.124919+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-14T21:51:14.135214+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-14T21:51:14.147731+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-14T21:51:14.188441+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-14T21:51:14.631011+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0382a2"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/0382a2","method":"GET"} [] [2022-06-15T19:59:24.872676+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\IndexController::index"},"request_uri":"https://acdg.benjamin-sampic.fr/","method":"GET"} [] [2022-06-15T19:59:25.269995+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-15T19:59:25.270060+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T19:59:25.270094+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T19:59:26.934389+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-15T19:59:27.025656+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-15T19:59:27.183074+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-15T19:59:27.392904+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://acdg.benjamin-sampic.fr/login","method":"GET"} [] [2022-06-15T19:59:27.408325+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-15T19:59:27.408364+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T19:59:27.408394+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T19:59:27.690266+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-15T19:59:27.950964+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-15T19:59:27.954449+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-15T19:59:27.964848+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-15T19:59:28.199704+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-15T19:59:29.858568+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"091842"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/091842","method":"GET"} [] [2022-06-15T19:59:30.214793+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://acdg.benjamin-sampic.fr/favicon.ico" (from "https://acdg.benjamin-sampic.fr/login")" at /home/benjamincb/demos/acdg/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://acdg.benjamin-sampic.fr/favicon.ico\" (from \"https://acdg.benjamin-sampic.fr/login\") at /home/benjamincb/demos/acdg/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/benjamincb/demos/acdg/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2022-06-15T19:59:31.023437+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-15T19:59:31.027252+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-15T19:59:31.038891+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-15T19:59:31.110046+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-15T19:59:44.279987+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://acdg.benjamin-sampic.fr/login","method":"POST"} [] [2022-06-15T19:59:44.289209+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-15T19:59:44.289271+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T19:59:45.343429+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-15T19:59:45.388875+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.username = ? LIMIT 1 (parameters: array{"1":"admin"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.username = ? LIMIT 1","params":{"1":"admin"},"types":{"1":2}} [] [2022-06-15T19:59:46.281641+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken":"PostAuthenticationToken(user=\"admin\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T19:59:46.320030+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T19:59:46.327644+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-15T19:59:46.515826+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-15T19:59:46.526024+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-15T19:59:46.555351+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-15T19:59:46.754401+02:00] request.INFO: Matched route "index_logged_in". {"route":"index_logged_in","route_parameters":{"_route":"index_logged_in","_controller":"App\\Controller\\IndexController::indexLoggedIn"},"request_uri":"https://acdg.benjamin-sampic.fr/index","method":"GET"} [] [2022-06-15T19:59:46.759764+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-15T19:59:46.759804+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T19:59:46.759836+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T19:59:47.524252+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-15T19:59:47.527162+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_animal t0 {"sql":"SELECT COUNT(*) FROM acdg_animal t0"} [] [2022-06-15T19:59:47.775288+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ WHERE a0_.id NOT IN (SELECT a1_.id FROM acdg_animal a1_ LEFT JOIN acdg_family_animal a2_ ON a1_.id = a2_.animal_id WHERE a2_.date_adoption < ? AND (a2_.date_back > ? OR a2_.date_back IS NULL)) (parameters: array{"1":"2022-06-15 19:59:47","2":"2022-06-15 19:59:47"}, types: array{"1":2,"2":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ WHERE a0_.id NOT IN (SELECT a1_.id FROM acdg_animal a1_ LEFT JOIN acdg_family_animal a2_ ON a1_.id = a2_.animal_id WHERE a2_.date_adoption < ? AND (a2_.date_back > ? OR a2_.date_back IS NULL))","params":{"1":"2022-06-15 19:59:47","2":"2022-06-15 19:59:47"},"types":{"1":2,"2":2}} [] [2022-06-15T19:59:47.827628+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_family t0 {"sql":"SELECT COUNT(*) FROM acdg_family t0"} [] [2022-06-15T19:59:47.829187+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_veterinary t0 {"sql":"SELECT COUNT(*) FROM acdg_veterinary t0"} [] [2022-06-15T19:59:47.831372+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_family_animal t0 {"sql":"SELECT COUNT(*) FROM acdg_family_animal t0"} [] [2022-06-15T19:59:47.832902+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_animal_health_check t0 {"sql":"SELECT COUNT(*) FROM acdg_animal_health_check t0"} [] [2022-06-15T19:59:47.834580+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_payment t0 {"sql":"SELECT COUNT(*) FROM acdg_payment t0"} [] [2022-06-15T19:59:47.888642+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-15T19:59:47.891589+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-15T19:59:47.894947+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-15T19:59:47.901861+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-15T19:59:48.085979+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-15T19:59:48.093079+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-15T19:59:48.114550+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-15T19:59:48.907183+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9a8cba"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/9a8cba","method":"GET"} [] [2022-06-15T19:59:59.057788+02:00] request.INFO: Matched route "veterinary_index". {"route":"veterinary_index","route_parameters":{"_route":"veterinary_index","_controller":"App\\Controller\\VeterinaryController::index"},"request_uri":"https://acdg.benjamin-sampic.fr/veterinary/","method":"GET"} [] [2022-06-15T19:59:59.078065+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-15T19:59:59.078182+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T19:59:59.078242+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T19:59:59.248727+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-15T19:59:59.253351+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_veterinary a0_ WHERE a0_.name LIKE ? (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_veterinary a0_ WHERE a0_.name LIKE ?","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-15T19:59:59.260950+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.address AS address_2, a0_.postal_code AS postal_code_3, a0_.city AS city_4, a0_.country AS country_5, a0_.phone AS phone_6, a0_.mail AS mail_7, a0_.website AS website_8 FROM acdg_veterinary a0_ WHERE a0_.name LIKE ? ORDER BY a0_.name ASC LIMIT 10 (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.address AS address_2, a0_.postal_code AS postal_code_3, a0_.city AS city_4, a0_.country AS country_5, a0_.phone AS phone_6, a0_.mail AS mail_7, a0_.website AS website_8 FROM acdg_veterinary a0_ WHERE a0_.name LIKE ? ORDER BY a0_.name ASC LIMIT 10","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-15T19:59:59.402695+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-15T19:59:59.410475+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-15T19:59:59.414589+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-15T19:59:59.480305+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-15T19:59:59.501208+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-15T19:59:59.519770+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-15T19:59:59.568652+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-15T20:00:00.215169+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"60419c"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/60419c","method":"GET"} [] [2022-06-15T20:00:14.672479+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\IndexController::index"},"request_uri":"https://acdg.benjamin-sampic.fr/","method":"GET"} [] [2022-06-15T20:00:14.678198+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-15T20:00:14.678239+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:00:14.678271+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:00:14.693144+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-15T20:00:14.738772+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-15T20:00:14.743407+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-15T20:00:14.751164+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-15T20:00:14.762598+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-15T20:00:14.774650+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-15T20:00:14.785691+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-15T20:00:14.818616+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-15T20:00:14.968652+02:00] request.INFO: Matched route "index_logged_in". {"route":"index_logged_in","route_parameters":{"_route":"index_logged_in","_controller":"App\\Controller\\IndexController::indexLoggedIn"},"request_uri":"https://acdg.benjamin-sampic.fr/index","method":"GET"} [] [2022-06-15T20:00:14.974364+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-15T20:00:14.974413+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:00:14.974446+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:00:15.045623+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-15T20:00:15.048852+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_animal t0 {"sql":"SELECT COUNT(*) FROM acdg_animal t0"} [] [2022-06-15T20:00:15.079436+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ WHERE a0_.id NOT IN (SELECT a1_.id FROM acdg_animal a1_ LEFT JOIN acdg_family_animal a2_ ON a1_.id = a2_.animal_id WHERE a2_.date_adoption < ? AND (a2_.date_back > ? OR a2_.date_back IS NULL)) (parameters: array{"1":"2022-06-15 20:00:15","2":"2022-06-15 20:00:15"}, types: array{"1":2,"2":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ WHERE a0_.id NOT IN (SELECT a1_.id FROM acdg_animal a1_ LEFT JOIN acdg_family_animal a2_ ON a1_.id = a2_.animal_id WHERE a2_.date_adoption < ? AND (a2_.date_back > ? OR a2_.date_back IS NULL))","params":{"1":"2022-06-15 20:00:15","2":"2022-06-15 20:00:15"},"types":{"1":2,"2":2}} [] [2022-06-15T20:00:15.084004+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_family t0 {"sql":"SELECT COUNT(*) FROM acdg_family t0"} [] [2022-06-15T20:00:15.084456+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_veterinary t0 {"sql":"SELECT COUNT(*) FROM acdg_veterinary t0"} [] [2022-06-15T20:00:15.084859+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_family_animal t0 {"sql":"SELECT COUNT(*) FROM acdg_family_animal t0"} [] [2022-06-15T20:00:15.085253+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_animal_health_check t0 {"sql":"SELECT COUNT(*) FROM acdg_animal_health_check t0"} [] [2022-06-15T20:00:15.085712+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_payment t0 {"sql":"SELECT COUNT(*) FROM acdg_payment t0"} [] [2022-06-15T20:00:15.099807+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-15T20:00:15.107873+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-15T20:00:15.111181+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-15T20:00:15.121206+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-15T20:00:15.141632+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-15T20:00:15.152377+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-15T20:00:15.175604+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-15T20:00:15.754363+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"586635"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/586635","method":"GET"} [] [2022-06-15T20:00:32.076885+02:00] request.INFO: Matched route "animal_index". {"route":"animal_index","route_parameters":{"_route":"animal_index","_controller":"App\\Controller\\AnimalController::index"},"request_uri":"https://acdg.benjamin-sampic.fr/animal/","method":"GET"} [] [2022-06-15T20:00:32.089988+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-15T20:00:32.090026+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:00:32.090058+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:00:32.281481+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-15T20:00:32.285178+02:00] doctrine.DEBUG: Executing query: SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_"} [] [2022-06-15T20:00:32.304805+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11, a0_.father_id AS father_id_12, a0_.mother_id AS mother_id_13 FROM acdg_animal a0_ ORDER BY a0_.id ASC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11, a0_.father_id AS father_id_12, a0_.mother_id AS mother_id_13 FROM acdg_animal a0_ ORDER BY a0_.id ASC LIMIT 5"} [] [2022-06-15T20:00:32.318606+02:00] doctrine.DEBUG: Executing query: SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 {"sql":"SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0"} [] [2022-06-15T20:00:32.416982+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-15T20:00:32.423012+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-15T20:00:32.433340+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-15T20:00:32.448310+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-15T20:00:32.488545+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-15T20:00:32.507605+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-15T20:00:32.542780+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-15T20:00:33.194839+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"222608"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/222608","method":"GET"} [] [2022-06-15T20:02:17.108516+02:00] request.INFO: Matched route "family_index". {"route":"family_index","route_parameters":{"_route":"family_index","_controller":"App\\Controller\\FamilyController::index"},"request_uri":"https://acdg.benjamin-sampic.fr/family/","method":"GET"} [] [2022-06-15T20:02:17.122176+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-15T20:02:17.122219+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:02:17.122253+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:02:17.285283+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-15T20:02:17.289453+02:00] doctrine.DEBUG: Executing query: SELECT count(a0_.id) AS sclr_0 FROM acdg_family a0_ {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_family a0_"} [] [2022-06-15T20:02:17.306275+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ ORDER BY a0_.deleted ASC, a0_.name ASC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ ORDER BY a0_.deleted ASC, a0_.name ASC LIMIT 5"} [] [2022-06-15T20:02:17.404531+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-15T20:02:17.412792+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-15T20:02:17.425030+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-15T20:02:17.440821+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-15T20:02:17.484664+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-15T20:02:17.501592+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-15T20:02:17.537876+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-15T20:02:18.099698+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"30ccda"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/30ccda","method":"GET"} [] [2022-06-15T20:02:23.412830+02:00] request.INFO: Matched route "family_new". {"route":"family_new","route_parameters":{"_route":"family_new","_controller":"App\\Controller\\FamilyController::new"},"request_uri":"https://acdg.benjamin-sampic.fr/family/new","method":"GET"} [] [2022-06-15T20:02:23.418002+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-15T20:02:23.418040+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:02:23.418071+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:02:24.719442+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-15T20:02:24.757588+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-15T20:02:24.760743+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-15T20:02:24.768254+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-15T20:02:25.127687+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-15T20:02:25.137929+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-15T20:02:25.145167+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-15T20:02:25.180028+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-15T20:02:25.678629+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fee923"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/fee923","method":"GET"} [] [2022-06-15T20:03:22.693028+02:00] request.INFO: Matched route "family_new". {"route":"family_new","route_parameters":{"_route":"family_new","_controller":"App\\Controller\\FamilyController::new"},"request_uri":"https://acdg.benjamin-sampic.fr/family/new","method":"POST"} [] [2022-06-15T20:03:22.724076+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-15T20:03:22.833604+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-15T20:03:22.841408+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-15T20:03:22.862287+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-15T20:03:22.862347+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-15T20:03:22.862380+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:03:22.864743+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:03:24.778807+02:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.4: Method "Symfony\Bundle\FrameworkBundle\Controller\AbstractController::getDoctrine()" is deprecated, inject an instance of ManagerRegistry in your controller instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.4: Method \"Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController::getDoctrine()\" is deprecated, inject an instance of ManagerRegistry in your controller instead. at /home/benjamincb/demos/acdg/vendor/symfony/framework-bundle/Controller/AbstractController.php:386)"} [] [2022-06-15T20:03:24.818878+02:00] doctrine.DEBUG: Beginning transaction [] [] [2022-06-15T20:03:24.853395+02:00] doctrine.DEBUG: Executing statement: INSERT INTO acdg_family (name, nb_children, description, mail, phone, deleted, deleted_at, deleted_by_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?) (parameters: array{"1":"ALLAIN Sandrine","2":0,"3":null,"4":"allain.sandrine@neuf.fr","5":"06.19.21.04.66","6":0,"7":null,"8":null}, types: array{"1":2,"2":1,"3":2,"4":2,"5":2,"6":5,"7":2,"8":1}) {"sql":"INSERT INTO acdg_family (name, nb_children, description, mail, phone, deleted, deleted_at, deleted_by_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?)","params":{"1":"ALLAIN Sandrine","2":0,"3":null,"4":"allain.sandrine@neuf.fr","5":"06.19.21.04.66","6":0,"7":null,"8":null},"types":{"1":2,"2":1,"3":2,"4":2,"5":2,"6":5,"7":2,"8":1}} [] [2022-06-15T20:03:24.854751+02:00] doctrine.DEBUG: Executing statement: INSERT INTO acdg_family_address (postal_code, city, address, date_start, date_end, country, family_id) VALUES (?, ?, ?, ?, ?, ?, ?) (parameters: array{"1":"01600","2":"TOUSSIEUX","3":"129 rue des Sources","4":"2022-06-15","5":null,"6":"FRA","7":1}, types: array{"1":2,"2":2,"3":2,"4":2,"5":2,"6":2,"7":1}) {"sql":"INSERT INTO acdg_family_address (postal_code, city, address, date_start, date_end, country, family_id) VALUES (?, ?, ?, ?, ?, ?, ?)","params":{"1":"01600","2":"TOUSSIEUX","3":"129 rue des Sources","4":"2022-06-15","5":null,"6":"FRA","7":1},"types":{"1":2,"2":2,"3":2,"4":2,"5":2,"6":2,"7":1}} [] [2022-06-15T20:03:24.885028+02:00] doctrine.DEBUG: Committing transaction [] [] [2022-06-15T20:03:24.908209+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-15T20:03:24.986794+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-15T20:03:25.005579+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-15T20:03:25.065957+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-15T20:03:25.209976+02:00] request.INFO: Matched route "family_show". {"route":"family_show","route_parameters":{"_route":"family_show","_controller":"App\\Controller\\FamilyController::show","id":"1"},"request_uri":"https://acdg.benjamin-sampic.fr/family/1","method":"GET"} [] [2022-06-15T20:03:25.215153+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-15T20:03:25.215191+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:03:25.215226+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:03:25.276127+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-15T20:03:25.279755+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ? (parameters: array{"1":"1"}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.name AS name_2, t0.nb_children AS nb_children_3, t0.description AS description_4, t0.mail AS mail_5, t0.phone AS phone_6, t0.deleted AS deleted_7, t0.deleted_at AS deleted_at_8, t0.deleted_by_id AS deleted_by_id_9 FROM acdg_family t0 WHERE t0.id = ?","params":{"1":"1"},"types":{"1":1}} [] [2022-06-15T20:03:25.350755+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-15T20:03:25.351466+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-15T20:03:25.354716+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-15T20:03:25.358196+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.value AS value_2, t0.description AS description_3, t0.family_id AS family_id_4, t0.type_id AS type_id_5 FROM acdg_family_contact t0 WHERE t0.family_id = ? (parameters: array{"1":1}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.value AS value_2, t0.description AS description_3, t0.family_id AS family_id_4, t0.type_id AS type_id_5 FROM acdg_family_contact t0 WHERE t0.family_id = ?","params":{"1":1},"types":{"1":1}} [] [2022-06-15T20:03:25.361855+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.postal_code AS postal_code_2, t0.city AS city_3, t0.address AS address_4, t0.date_start AS date_start_5, t0.date_end AS date_end_6, t0.country AS country_7, t0.family_id AS family_id_8 FROM acdg_family_address t0 WHERE t0.family_id = ? ORDER BY t0.date_start DESC (parameters: array{"1":1}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.postal_code AS postal_code_2, t0.city AS city_3, t0.address AS address_4, t0.date_start AS date_start_5, t0.date_end AS date_end_6, t0.country AS country_7, t0.family_id AS family_id_8 FROM acdg_family_address t0 WHERE t0.family_id = ? ORDER BY t0.date_start DESC","params":{"1":1},"types":{"1":1}} [] [2022-06-15T20:03:25.367631+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.family_id = ? ORDER BY t0.date_adoption DESC (parameters: array{"1":1}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE t0.family_id = ? ORDER BY t0.date_adoption DESC","params":{"1":1},"types":{"1":1}} [] [2022-06-15T20:03:25.375191+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-15T20:03:25.397112+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-15T20:03:25.410899+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-15T20:03:25.436366+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-15T20:03:26.319226+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"176e8d"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/176e8d","method":"GET"} [] [2022-06-15T20:04:18.917704+02:00] request.INFO: Matched route "family_animal_index". {"route":"family_animal_index","route_parameters":{"_route":"family_animal_index","_controller":"App\\Controller\\FamilyAnimalController::index"},"request_uri":"https://acdg.benjamin-sampic.fr/family/animal/","method":"GET"} [] [2022-06-15T20:04:18.932677+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-15T20:04:18.932718+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:04:18.932750+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:04:19.141492+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-15T20:04:19.145698+02:00] doctrine.DEBUG: Executing query: SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_family_animal a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_family a2_ ON a0_.family_id = a2_.id {"sql":"SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_family_animal a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_family a2_ ON a0_.family_id = a2_.id"} [] [2022-06-15T20:04:19.153816+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.date_adoption AS date_adoption_1, a0_.date_back AS date_back_2, a0_.type_adoption AS type_adoption_3, a0_.family_id AS family_id_4, a0_.animal_id AS animal_id_5 FROM acdg_family_animal a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_family a2_ ON a0_.family_id = a2_.id ORDER BY a0_.date_adoption DESC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.date_adoption AS date_adoption_1, a0_.date_back AS date_back_2, a0_.type_adoption AS type_adoption_3, a0_.family_id AS family_id_4, a0_.animal_id AS animal_id_5 FROM acdg_family_animal a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_family a2_ ON a0_.family_id = a2_.id ORDER BY a0_.date_adoption DESC LIMIT 5"} [] [2022-06-15T20:04:19.232150+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-15T20:04:19.249489+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-15T20:04:19.260389+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-15T20:04:19.275578+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-15T20:04:19.324416+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-15T20:04:19.343317+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-15T20:04:19.388349+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-15T20:04:19.919347+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"57cbe8"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/57cbe8","method":"GET"} [] [2022-06-15T20:04:51.995398+02:00] request.INFO: Matched route "animal_index". {"route":"animal_index","route_parameters":{"_route":"animal_index","_controller":"App\\Controller\\AnimalController::index"},"request_uri":"https://acdg.benjamin-sampic.fr/animal/","method":"GET"} [] [2022-06-15T20:04:52.009884+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-15T20:04:52.009924+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:04:52.009957+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:04:52.191437+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-15T20:04:52.196801+02:00] doctrine.DEBUG: Executing query: SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_"} [] [2022-06-15T20:04:52.203066+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11, a0_.father_id AS father_id_12, a0_.mother_id AS mother_id_13 FROM acdg_animal a0_ ORDER BY a0_.id ASC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11, a0_.father_id AS father_id_12, a0_.mother_id AS mother_id_13 FROM acdg_animal a0_ ORDER BY a0_.id ASC LIMIT 5"} [] [2022-06-15T20:04:52.216762+02:00] doctrine.DEBUG: Executing query: SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 {"sql":"SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0"} [] [2022-06-15T20:04:52.240676+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-15T20:04:52.253975+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-15T20:04:52.265321+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-15T20:04:52.281482+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-15T20:04:52.325675+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-15T20:04:52.345711+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-15T20:04:52.383144+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-15T20:04:53.195622+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"217a3b"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/217a3b","method":"GET"} [] [2022-06-15T20:05:22.163800+02:00] request.INFO: Matched route "document_index". {"route":"document_index","route_parameters":{"_route":"document_index","_controller":"App\\Controller\\DocumentController::index"},"request_uri":"https://acdg.benjamin-sampic.fr/document/","method":"GET"} [] [2022-06-15T20:05:22.176878+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-15T20:05:22.176919+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:05:22.176951+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:05:22.351887+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-15T20:05:22.356066+02:00] doctrine.DEBUG: Executing query: SELECT count(a0_.id) AS sclr_0 FROM acdg_document a0_ {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_document a0_"} [] [2022-06-15T20:05:22.373750+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.path AS path_2, a0_.type AS type_3, a0_.description AS description_4, a0_.date_upload AS date_upload_5, a0_.user_id AS user_id_6 FROM acdg_document a0_ ORDER BY a0_.date_upload DESC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.path AS path_2, a0_.type AS type_3, a0_.description AS description_4, a0_.date_upload AS date_upload_5, a0_.user_id AS user_id_6 FROM acdg_document a0_ ORDER BY a0_.date_upload DESC LIMIT 5"} [] [2022-06-15T20:05:22.376250+02:00] doctrine.DEBUG: Executing query: SELECT DISTINCT a0_.type AS type_0 FROM acdg_document a0_ ORDER BY a0_.type ASC {"sql":"SELECT DISTINCT a0_.type AS type_0 FROM acdg_document a0_ ORDER BY a0_.type ASC"} [] [2022-06-15T20:05:22.455594+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-15T20:05:22.464021+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-15T20:05:22.465007+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-15T20:05:22.480027+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-15T20:05:22.510956+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-15T20:05:22.527327+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-15T20:05:22.568168+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-15T20:05:23.177309+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"35fe43"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/35fe43","method":"GET"} [] [2022-06-15T20:05:31.298202+02:00] request.INFO: Matched route "animal_index". {"route":"animal_index","route_parameters":{"_route":"animal_index","_controller":"App\\Controller\\AnimalController::index"},"request_uri":"https://acdg.benjamin-sampic.fr/animal/","method":"GET"} [] [2022-06-15T20:05:31.303582+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-15T20:05:31.303622+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:05:31.303656+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:05:31.387458+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-15T20:05:31.390744+02:00] doctrine.DEBUG: Executing query: SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_"} [] [2022-06-15T20:05:31.396552+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11, a0_.father_id AS father_id_12, a0_.mother_id AS mother_id_13 FROM acdg_animal a0_ ORDER BY a0_.id ASC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11, a0_.father_id AS father_id_12, a0_.mother_id AS mother_id_13 FROM acdg_animal a0_ ORDER BY a0_.id ASC LIMIT 5"} [] [2022-06-15T20:05:31.409435+02:00] doctrine.DEBUG: Executing query: SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 {"sql":"SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0"} [] [2022-06-15T20:05:31.422267+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-15T20:05:31.425695+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-15T20:05:31.429894+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-15T20:05:31.441315+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-15T20:05:31.469944+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-15T20:05:31.482971+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-15T20:05:31.532569+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-15T20:05:32.110350+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2447ec"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/2447ec","method":"GET"} [] [2022-06-15T20:05:41.243951+02:00] request.INFO: Matched route "animal_index". {"route":"animal_index","route_parameters":{"_route":"animal_index","_controller":"App\\Controller\\AnimalController::index"},"request_uri":"https://acdg.benjamin-sampic.fr/animal/?orderBy%5Bdate_birth%5D=ASC&page=1&search%5Bname%5D=&search%5Btype%5D=&search%5Badopted%5D=","method":"GET"} [] [2022-06-15T20:05:41.249074+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-15T20:05:41.249114+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:05:41.249146+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:05:41.308389+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-15T20:05:41.311579+02:00] doctrine.DEBUG: Executing query: SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_"} [] [2022-06-15T20:05:41.315236+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11, a0_.father_id AS father_id_12, a0_.mother_id AS mother_id_13 FROM acdg_animal a0_ ORDER BY a0_.date_birth ASC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11, a0_.father_id AS father_id_12, a0_.mother_id AS mother_id_13 FROM acdg_animal a0_ ORDER BY a0_.date_birth ASC LIMIT 5"} [] [2022-06-15T20:05:41.324438+02:00] doctrine.DEBUG: Executing query: SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 {"sql":"SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0"} [] [2022-06-15T20:05:41.335091+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-15T20:05:41.338349+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-15T20:05:41.341220+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-15T20:05:41.348270+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-15T20:05:41.361467+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-15T20:05:41.372020+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-15T20:05:41.393690+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-15T20:05:41.945546+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3f4906"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/3f4906","method":"GET"} [] [2022-06-15T20:12:16.071458+02:00] request.INFO: Matched route "family_animal_index". {"route":"family_animal_index","route_parameters":{"_route":"family_animal_index","_controller":"App\\Controller\\FamilyAnimalController::index"},"request_uri":"https://acdg.benjamin-sampic.fr/family/animal/","method":"GET"} [] [2022-06-15T20:12:16.131415+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-15T20:12:16.131459+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:12:16.131492+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:12:16.657191+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-15T20:12:16.662907+02:00] doctrine.DEBUG: Executing query: SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_family_animal a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_family a2_ ON a0_.family_id = a2_.id {"sql":"SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_family_animal a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_family a2_ ON a0_.family_id = a2_.id"} [] [2022-06-15T20:12:16.683692+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.date_adoption AS date_adoption_1, a0_.date_back AS date_back_2, a0_.type_adoption AS type_adoption_3, a0_.family_id AS family_id_4, a0_.animal_id AS animal_id_5 FROM acdg_family_animal a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_family a2_ ON a0_.family_id = a2_.id ORDER BY a0_.date_adoption DESC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.date_adoption AS date_adoption_1, a0_.date_back AS date_back_2, a0_.type_adoption AS type_adoption_3, a0_.family_id AS family_id_4, a0_.animal_id AS animal_id_5 FROM acdg_family_animal a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_family a2_ ON a0_.family_id = a2_.id ORDER BY a0_.date_adoption DESC LIMIT 5"} [] [2022-06-15T20:12:16.750429+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-15T20:12:16.795506+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-15T20:12:16.822229+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-15T20:12:16.887582+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-15T20:12:17.086581+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-15T20:12:17.153754+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-15T20:12:17.283789+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-15T20:12:18.171740+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ed5dbd"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/ed5dbd","method":"GET"} [] [2022-06-15T20:12:21.277009+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\IndexController::index"},"request_uri":"https://acdg.benjamin-sampic.fr/","method":"GET"} [] [2022-06-15T20:12:21.282165+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-15T20:12:21.282206+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:12:21.282239+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:12:21.299120+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-15T20:12:21.336971+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-15T20:12:21.340615+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-15T20:12:21.347679+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-15T20:12:21.358659+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-15T20:12:21.381245+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-15T20:12:21.391262+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-15T20:12:21.407311+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-15T20:12:21.572433+02:00] request.INFO: Matched route "index_logged_in". {"route":"index_logged_in","route_parameters":{"_route":"index_logged_in","_controller":"App\\Controller\\IndexController::indexLoggedIn"},"request_uri":"https://acdg.benjamin-sampic.fr/index","method":"GET"} [] [2022-06-15T20:12:21.577529+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-15T20:12:21.577567+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:12:21.577598+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:12:21.746265+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-15T20:12:21.749261+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_animal t0 {"sql":"SELECT COUNT(*) FROM acdg_animal t0"} [] [2022-06-15T20:12:21.785996+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ WHERE a0_.id NOT IN (SELECT a1_.id FROM acdg_animal a1_ LEFT JOIN acdg_family_animal a2_ ON a1_.id = a2_.animal_id WHERE a2_.date_adoption < ? AND (a2_.date_back > ? OR a2_.date_back IS NULL)) (parameters: array{"1":"2022-06-15 20:12:21","2":"2022-06-15 20:12:21"}, types: array{"1":2,"2":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ WHERE a0_.id NOT IN (SELECT a1_.id FROM acdg_animal a1_ LEFT JOIN acdg_family_animal a2_ ON a1_.id = a2_.animal_id WHERE a2_.date_adoption < ? AND (a2_.date_back > ? OR a2_.date_back IS NULL))","params":{"1":"2022-06-15 20:12:21","2":"2022-06-15 20:12:21"},"types":{"1":2,"2":2}} [] [2022-06-15T20:12:21.790016+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_family t0 {"sql":"SELECT COUNT(*) FROM acdg_family t0"} [] [2022-06-15T20:12:21.791670+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_veterinary t0 {"sql":"SELECT COUNT(*) FROM acdg_veterinary t0"} [] [2022-06-15T20:12:21.792416+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_family_animal t0 {"sql":"SELECT COUNT(*) FROM acdg_family_animal t0"} [] [2022-06-15T20:12:21.792891+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_animal_health_check t0 {"sql":"SELECT COUNT(*) FROM acdg_animal_health_check t0"} [] [2022-06-15T20:12:21.793272+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_payment t0 {"sql":"SELECT COUNT(*) FROM acdg_payment t0"} [] [2022-06-15T20:12:21.829777+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-15T20:12:21.832529+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-15T20:12:21.835704+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-15T20:12:21.842628+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-15T20:12:21.890154+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-15T20:12:21.901417+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-15T20:12:21.922974+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-15T20:12:22.512482+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f665d8"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/f665d8","method":"GET"} [] [2022-06-15T20:12:46.954729+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\IndexController::index"},"request_uri":"https://acdg.benjamin-sampic.fr/","method":"GET"} [] [2022-06-15T20:12:46.968595+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-15T20:12:46.968642+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:12:46.968675+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:12:46.993123+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-15T20:12:47.075630+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-15T20:12:47.081116+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-15T20:12:47.098744+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-15T20:12:47.121082+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-15T20:12:47.153125+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-15T20:12:47.172871+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-15T20:12:47.203000+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-15T20:12:47.517413+02:00] request.INFO: Matched route "index_logged_in". {"route":"index_logged_in","route_parameters":{"_route":"index_logged_in","_controller":"App\\Controller\\IndexController::indexLoggedIn"},"request_uri":"https://acdg.benjamin-sampic.fr/index","method":"GET"} [] [2022-06-15T20:12:47.523003+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-15T20:12:47.523047+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:12:47.523083+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-15T20:12:47.628020+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-15T20:12:47.631113+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_animal t0 {"sql":"SELECT COUNT(*) FROM acdg_animal t0"} [] [2022-06-15T20:12:47.669943+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ WHERE a0_.id NOT IN (SELECT a1_.id FROM acdg_animal a1_ LEFT JOIN acdg_family_animal a2_ ON a1_.id = a2_.animal_id WHERE a2_.date_adoption < ? AND (a2_.date_back > ? OR a2_.date_back IS NULL)) (parameters: array{"1":"2022-06-15 20:12:47","2":"2022-06-15 20:12:47"}, types: array{"1":2,"2":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ WHERE a0_.id NOT IN (SELECT a1_.id FROM acdg_animal a1_ LEFT JOIN acdg_family_animal a2_ ON a1_.id = a2_.animal_id WHERE a2_.date_adoption < ? AND (a2_.date_back > ? OR a2_.date_back IS NULL))","params":{"1":"2022-06-15 20:12:47","2":"2022-06-15 20:12:47"},"types":{"1":2,"2":2}} [] [2022-06-15T20:12:47.674563+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_family t0 {"sql":"SELECT COUNT(*) FROM acdg_family t0"} [] [2022-06-15T20:12:47.675023+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_veterinary t0 {"sql":"SELECT COUNT(*) FROM acdg_veterinary t0"} [] [2022-06-15T20:12:47.675406+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_family_animal t0 {"sql":"SELECT COUNT(*) FROM acdg_family_animal t0"} [] [2022-06-15T20:12:47.675806+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_animal_health_check t0 {"sql":"SELECT COUNT(*) FROM acdg_animal_health_check t0"} [] [2022-06-15T20:12:47.676187+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_payment t0 {"sql":"SELECT COUNT(*) FROM acdg_payment t0"} [] [2022-06-15T20:12:47.698539+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-15T20:12:47.702178+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-15T20:12:47.706486+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-15T20:12:47.716890+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-15T20:12:47.754333+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-15T20:12:47.765403+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-15T20:12:47.816663+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-15T20:12:48.723805+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b5076d"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/b5076d","method":"GET"} [] [2022-06-16T10:43:34.717963+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\IndexController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/","method":"GET"} [] [2022-06-16T10:43:34.820101+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-16T10:43:34.820168+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-16T10:43:34.820204+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-16T10:43:35.557666+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-16T10:43:35.589688+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-16T10:43:35.638013+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-16T10:43:35.805985+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-16T10:43:36.516495+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://acdg.benjamin-sampic.fr/login","method":"GET"} [] [2022-06-16T10:43:36.524362+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-16T10:43:36.524452+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-16T10:43:36.524506+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-16T10:43:37.002931+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-16T10:43:37.007352+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-16T10:43:37.019207+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-16T10:43:37.254797+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-16T10:43:43.800256+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://acdg.benjamin-sampic.fr/favicon.ico"" at /home/benjamincb/demos/acdg/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://acdg.benjamin-sampic.fr/favicon.ico\" at /home/benjamincb/demos/acdg/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/benjamincb/demos/acdg/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2022-06-16T10:43:44.677617+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-16T10:43:44.681038+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-16T10:43:44.692076+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-16T10:43:44.745672+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-18T10:24:26.914520+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\IndexController::index"},"request_uri":"https://acdg.benjamin-sampic.fr/","method":"GET"} [] [2022-06-18T10:24:27.293361+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-18T10:24:27.293424+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-18T10:24:27.293456+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-18T10:24:29.112176+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-18T10:24:29.198365+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-18T10:24:29.337692+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-18T10:24:29.567264+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://acdg.benjamin-sampic.fr/login","method":"GET"} [] [2022-06-18T10:24:29.581070+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-18T10:24:29.581119+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-18T10:24:29.581152+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-18T10:24:29.842221+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-18T10:24:30.175795+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-18T10:24:30.179471+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-18T10:24:30.190402+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-18T10:24:30.416445+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-18T10:24:31.560877+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"71ccae"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/71ccae","method":"GET"} [] [2022-06-18T10:24:31.926481+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://acdg.benjamin-sampic.fr/favicon.ico" (from "https://acdg.benjamin-sampic.fr/login")" at /home/benjamincb/demos/acdg/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://acdg.benjamin-sampic.fr/favicon.ico\" (from \"https://acdg.benjamin-sampic.fr/login\") at /home/benjamincb/demos/acdg/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/benjamincb/demos/acdg/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2022-06-18T10:24:32.891148+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-18T10:24:32.894475+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-18T10:24:32.905208+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-18T10:24:32.968055+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-18T10:24:49.374365+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://acdg.benjamin-sampic.fr/login","method":"POST"} [] [2022-06-18T10:24:49.383436+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-18T10:24:49.383498+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-18T10:24:50.289471+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-18T10:24:50.372497+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.username = ? LIMIT 1 (parameters: array{"1":"admin"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.username = ? LIMIT 1","params":{"1":"admin"},"types":{"1":2}} [] [2022-06-18T10:24:51.227956+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken":"PostAuthenticationToken(user=\"admin\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-18T10:24:51.273026+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-18T10:24:51.281015+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-18T10:24:51.488377+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-18T10:24:51.498569+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-18T10:24:51.520971+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-18T10:24:51.688268+02:00] request.INFO: Matched route "index_logged_in". {"route":"index_logged_in","route_parameters":{"_route":"index_logged_in","_controller":"App\\Controller\\IndexController::indexLoggedIn"},"request_uri":"https://acdg.benjamin-sampic.fr/index","method":"GET"} [] [2022-06-18T10:24:51.693750+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-18T10:24:51.693799+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-18T10:24:51.693833+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-18T10:24:52.398815+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-18T10:24:52.402100+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_animal t0 {"sql":"SELECT COUNT(*) FROM acdg_animal t0"} [] [2022-06-18T10:24:52.675066+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ WHERE a0_.id NOT IN (SELECT a1_.id FROM acdg_animal a1_ LEFT JOIN acdg_family_animal a2_ ON a1_.id = a2_.animal_id WHERE a2_.date_adoption < ? AND (a2_.date_back > ? OR a2_.date_back IS NULL)) (parameters: array{"1":"2022-06-18 10:24:52","2":"2022-06-18 10:24:52"}, types: array{"1":2,"2":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ WHERE a0_.id NOT IN (SELECT a1_.id FROM acdg_animal a1_ LEFT JOIN acdg_family_animal a2_ ON a1_.id = a2_.animal_id WHERE a2_.date_adoption < ? AND (a2_.date_back > ? OR a2_.date_back IS NULL))","params":{"1":"2022-06-18 10:24:52","2":"2022-06-18 10:24:52"},"types":{"1":2,"2":2}} [] [2022-06-18T10:24:52.725322+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_family t0 {"sql":"SELECT COUNT(*) FROM acdg_family t0"} [] [2022-06-18T10:24:52.727802+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_veterinary t0 {"sql":"SELECT COUNT(*) FROM acdg_veterinary t0"} [] [2022-06-18T10:24:52.730354+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_family_animal t0 {"sql":"SELECT COUNT(*) FROM acdg_family_animal t0"} [] [2022-06-18T10:24:52.732867+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_animal_health_check t0 {"sql":"SELECT COUNT(*) FROM acdg_animal_health_check t0"} [] [2022-06-18T10:24:52.735160+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_payment t0 {"sql":"SELECT COUNT(*) FROM acdg_payment t0"} [] [2022-06-18T10:24:52.815458+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-18T10:24:52.819327+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-18T10:24:52.823927+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-18T10:24:52.831772+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-18T10:24:53.017530+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-18T10:24:53.028242+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-18T10:24:53.066704+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-18T10:24:53.995892+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8d605b"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/8d605b","method":"GET"} [] [2022-06-18T10:25:09.876916+02:00] request.INFO: Matched route "animal_index". {"route":"animal_index","route_parameters":{"_route":"animal_index","_controller":"App\\Controller\\AnimalController::index"},"request_uri":"https://acdg.benjamin-sampic.fr/animal/","method":"GET"} [] [2022-06-18T10:25:09.892667+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-18T10:25:09.892731+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-18T10:25:09.892765+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-18T10:25:10.091388+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-18T10:25:10.096301+02:00] doctrine.DEBUG: Executing query: SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_"} [] [2022-06-18T10:25:10.143796+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11, a0_.father_id AS father_id_12, a0_.mother_id AS mother_id_13 FROM acdg_animal a0_ ORDER BY a0_.id ASC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.tatoo_chipset_number AS tatoo_chipset_number_2, a0_.date_birth AS date_birth_3, a0_.sex AS sex_4, a0_.color AS color_5, a0_.description AS description_6, a0_.source AS source_7, a0_.is_sterilized AS is_sterilized_8, a0_.date_sterilized AS date_sterilized_9, a0_.date_death AS date_death_10, a0_.type_id AS type_id_11, a0_.father_id AS father_id_12, a0_.mother_id AS mother_id_13 FROM acdg_animal a0_ ORDER BY a0_.id ASC LIMIT 5"} [] [2022-06-18T10:25:10.168352+02:00] doctrine.DEBUG: Executing query: SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0 {"sql":"SELECT t0.id AS id_1, t0.name AS name_2 FROM acdg_animal_type t0"} [] [2022-06-18T10:25:10.254743+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-18T10:25:10.260112+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-18T10:25:10.264087+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-18T10:25:10.341958+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-18T10:25:10.368155+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-18T10:25:10.390132+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-18T10:25:10.438288+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-18T10:25:11.068856+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"73dbb3"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/73dbb3","method":"GET"} [] [2022-06-18T10:25:25.689450+02:00] request.INFO: Matched route "index_logged_in". {"route":"index_logged_in","route_parameters":{"_route":"index_logged_in","_controller":"App\\Controller\\IndexController::indexLoggedIn"},"request_uri":"https://acdg.benjamin-sampic.fr/index","method":"GET"} [] [2022-06-18T10:25:25.695745+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-18T10:25:25.695797+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-18T10:25:25.695830+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-18T10:25:25.859593+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-18T10:25:25.862418+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_animal t0 {"sql":"SELECT COUNT(*) FROM acdg_animal t0"} [] [2022-06-18T10:25:25.899013+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ WHERE a0_.id NOT IN (SELECT a1_.id FROM acdg_animal a1_ LEFT JOIN acdg_family_animal a2_ ON a1_.id = a2_.animal_id WHERE a2_.date_adoption < ? AND (a2_.date_back > ? OR a2_.date_back IS NULL)) (parameters: array{"1":"2022-06-18 10:25:25","2":"2022-06-18 10:25:25"}, types: array{"1":2,"2":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ WHERE a0_.id NOT IN (SELECT a1_.id FROM acdg_animal a1_ LEFT JOIN acdg_family_animal a2_ ON a1_.id = a2_.animal_id WHERE a2_.date_adoption < ? AND (a2_.date_back > ? OR a2_.date_back IS NULL))","params":{"1":"2022-06-18 10:25:25","2":"2022-06-18 10:25:25"},"types":{"1":2,"2":2}} [] [2022-06-18T10:25:25.902668+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_family t0 {"sql":"SELECT COUNT(*) FROM acdg_family t0"} [] [2022-06-18T10:25:25.903058+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_veterinary t0 {"sql":"SELECT COUNT(*) FROM acdg_veterinary t0"} [] [2022-06-18T10:25:25.903448+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_family_animal t0 {"sql":"SELECT COUNT(*) FROM acdg_family_animal t0"} [] [2022-06-18T10:25:25.903829+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_animal_health_check t0 {"sql":"SELECT COUNT(*) FROM acdg_animal_health_check t0"} [] [2022-06-18T10:25:25.904133+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_payment t0 {"sql":"SELECT COUNT(*) FROM acdg_payment t0"} [] [2022-06-18T10:25:25.924595+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-18T10:25:25.936376+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-18T10:25:25.960603+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-18T10:25:25.967644+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-18T10:25:26.018119+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-18T10:25:26.025722+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-18T10:25:26.061842+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-18T10:25:26.579045+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d9b5d7"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/d9b5d7","method":"GET"} [] [2022-06-18T10:25:32.824524+02:00] request.INFO: Matched route "family_index". {"route":"family_index","route_parameters":{"_route":"family_index","_controller":"App\\Controller\\FamilyController::index"},"request_uri":"https://acdg.benjamin-sampic.fr/family/","method":"GET"} [] [2022-06-18T10:25:32.830164+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-18T10:25:32.830224+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-18T10:25:32.830257+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-18T10:25:32.937086+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-18T10:25:32.940437+02:00] doctrine.DEBUG: Executing query: SELECT count(a0_.id) AS sclr_0 FROM acdg_family a0_ {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_family a0_"} [] [2022-06-18T10:25:32.947125+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ ORDER BY a0_.deleted ASC, a0_.name ASC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.nb_children AS nb_children_2, a0_.description AS description_3, a0_.mail AS mail_4, a0_.phone AS phone_5, a0_.deleted AS deleted_6, a0_.deleted_at AS deleted_at_7, a0_.deleted_by_id AS deleted_by_id_8 FROM acdg_family a0_ ORDER BY a0_.deleted ASC, a0_.name ASC LIMIT 5"} [] [2022-06-18T10:25:33.064016+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-18T10:25:33.068818+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-18T10:25:33.072520+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-18T10:25:33.132601+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE ((t0.date_back IS NULL OR t0.date_back >= ?) AND t0.family_id = ?) ORDER BY t0.date_adoption DESC (parameters: array{"1":"2022-06-18","2":1}, types: array{"1":2,"2":1}) {"sql":"SELECT t0.id AS id_1, t0.date_adoption AS date_adoption_2, t0.date_back AS date_back_3, t0.type_adoption AS type_adoption_4, t0.family_id AS family_id_5, t0.animal_id AS animal_id_6 FROM acdg_family_animal t0 WHERE ((t0.date_back IS NULL OR t0.date_back >= ?) AND t0.family_id = ?) ORDER BY t0.date_adoption DESC","params":{"1":"2022-06-18","2":1},"types":{"1":2,"2":1}} [] [2022-06-18T10:25:33.140755+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-18T10:25:33.188464+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-18T10:25:33.198848+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-18T10:25:33.229977+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-18T10:25:33.816320+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bd5472"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/bd5472","method":"GET"} [] [2022-06-18T10:25:39.949955+02:00] request.INFO: Matched route "veterinary_index". {"route":"veterinary_index","route_parameters":{"_route":"veterinary_index","_controller":"App\\Controller\\VeterinaryController::index"},"request_uri":"https://acdg.benjamin-sampic.fr/veterinary/","method":"GET"} [] [2022-06-18T10:25:39.965289+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-18T10:25:39.965347+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-18T10:25:39.965381+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-18T10:25:40.130101+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-18T10:25:40.135372+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_veterinary a0_ WHERE a0_.name LIKE ? (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_veterinary a0_ WHERE a0_.name LIKE ?","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-18T10:25:40.141074+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.address AS address_2, a0_.postal_code AS postal_code_3, a0_.city AS city_4, a0_.country AS country_5, a0_.phone AS phone_6, a0_.mail AS mail_7, a0_.website AS website_8 FROM acdg_veterinary a0_ WHERE a0_.name LIKE ? ORDER BY a0_.name ASC LIMIT 10 (parameters: array{"1":"%%"}, types: array{"1":2}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.address AS address_2, a0_.postal_code AS postal_code_3, a0_.city AS city_4, a0_.country AS country_5, a0_.phone AS phone_6, a0_.mail AS mail_7, a0_.website AS website_8 FROM acdg_veterinary a0_ WHERE a0_.name LIKE ? ORDER BY a0_.name ASC LIMIT 10","params":{"1":"%%"},"types":{"1":2}} [] [2022-06-18T10:25:40.224690+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-18T10:25:40.230885+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-18T10:25:40.234286+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-18T10:25:40.241644+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-18T10:25:40.255655+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-18T10:25:40.265594+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-18T10:25:40.287131+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-18T10:25:40.936672+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"580828"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/580828","method":"GET"} [] [2022-06-18T10:25:45.416020+02:00] request.INFO: Matched route "family_animal_index". {"route":"family_animal_index","route_parameters":{"_route":"family_animal_index","_controller":"App\\Controller\\FamilyAnimalController::index"},"request_uri":"https://acdg.benjamin-sampic.fr/family/animal/","method":"GET"} [] [2022-06-18T10:25:45.421312+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-18T10:25:45.421352+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-18T10:25:45.421385+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-18T10:25:45.541099+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-18T10:25:45.544131+02:00] doctrine.DEBUG: Executing query: SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_family_animal a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_family a2_ ON a0_.family_id = a2_.id {"sql":"SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_family_animal a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_family a2_ ON a0_.family_id = a2_.id"} [] [2022-06-18T10:25:45.549152+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.date_adoption AS date_adoption_1, a0_.date_back AS date_back_2, a0_.type_adoption AS type_adoption_3, a0_.family_id AS family_id_4, a0_.animal_id AS animal_id_5 FROM acdg_family_animal a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_family a2_ ON a0_.family_id = a2_.id ORDER BY a0_.date_adoption DESC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.date_adoption AS date_adoption_1, a0_.date_back AS date_back_2, a0_.type_adoption AS type_adoption_3, a0_.family_id AS family_id_4, a0_.animal_id AS animal_id_5 FROM acdg_family_animal a0_ INNER JOIN acdg_animal a1_ ON a0_.animal_id = a1_.id INNER JOIN acdg_family a2_ ON a0_.family_id = a2_.id ORDER BY a0_.date_adoption DESC LIMIT 5"} [] [2022-06-18T10:25:45.637974+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-18T10:25:45.645767+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-18T10:25:45.648806+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-18T10:25:45.657285+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-18T10:25:45.677367+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-18T10:25:45.694875+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-18T10:25:45.727614+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-18T10:25:46.350006+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"85195e"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/85195e","method":"GET"} [] [2022-06-18T10:26:01.985294+02:00] request.INFO: Matched route "document_index". {"route":"document_index","route_parameters":{"_route":"document_index","_controller":"App\\Controller\\DocumentController::index"},"request_uri":"https://acdg.benjamin-sampic.fr/document/","method":"GET"} [] [2022-06-18T10:26:01.991379+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-18T10:26:01.991436+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-18T10:26:01.991470+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-18T10:26:02.168055+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-18T10:26:02.171088+02:00] doctrine.DEBUG: Executing query: SELECT count(a0_.id) AS sclr_0 FROM acdg_document a0_ {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_document a0_"} [] [2022-06-18T10:26:02.189387+02:00] doctrine.DEBUG: Executing query: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.path AS path_2, a0_.type AS type_3, a0_.description AS description_4, a0_.date_upload AS date_upload_5, a0_.user_id AS user_id_6 FROM acdg_document a0_ ORDER BY a0_.date_upload DESC LIMIT 5 {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.path AS path_2, a0_.type AS type_3, a0_.description AS description_4, a0_.date_upload AS date_upload_5, a0_.user_id AS user_id_6 FROM acdg_document a0_ ORDER BY a0_.date_upload DESC LIMIT 5"} [] [2022-06-18T10:26:02.192292+02:00] doctrine.DEBUG: Executing query: SELECT DISTINCT a0_.type AS type_0 FROM acdg_document a0_ ORDER BY a0_.type ASC {"sql":"SELECT DISTINCT a0_.type AS type_0 FROM acdg_document a0_ ORDER BY a0_.type ASC"} [] [2022-06-18T10:26:02.261394+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-18T10:26:02.268973+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-18T10:26:02.270205+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-18T10:26:02.276999+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-18T10:26:02.299668+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-18T10:26:02.311365+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-18T10:26:02.351845+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-18T10:26:02.846324+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"23f305"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/23f305","method":"GET"} [] [2022-06-18T10:26:05.454661+02:00] request.INFO: Matched route "payment_index". {"route":"payment_index","route_parameters":{"_route":"payment_index","_controller":"App\\Controller\\PaymentController::index"},"request_uri":"https://acdg.benjamin-sampic.fr/payment/","method":"GET"} [] [2022-06-18T10:26:05.459988+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-18T10:26:05.460039+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-18T10:26:05.460073+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-18T10:26:05.599003+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-18T10:26:05.602346+02:00] doctrine.DEBUG: Executing statement: SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_payment a0_ INNER JOIN acdg_payment_line a1_ ON a0_.id = a1_.payment_id WHERE a0_.name LIKE ? OR a0_.description LIKE ? OR a1_.name LIKE ? OR a1_.description LIKE ? (parameters: array{"1":"%%","2":"%%","3":"%%","4":"%%"}, types: array{"1":2,"2":2,"3":2,"4":2}) {"sql":"SELECT count(DISTINCT a0_.id) AS sclr_0 FROM acdg_payment a0_ INNER JOIN acdg_payment_line a1_ ON a0_.id = a1_.payment_id WHERE a0_.name LIKE ? OR a0_.description LIKE ? OR a1_.name LIKE ? OR a1_.description LIKE ?","params":{"1":"%%","2":"%%","3":"%%","4":"%%"},"types":{"1":2,"2":2,"3":2,"4":2}} [] [2022-06-18T10:26:05.615361+02:00] doctrine.DEBUG: Executing statement: SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.reference AS reference_2, a0_.type AS type_3, a0_.amount AS amount_4, a0_.date_payment AS date_payment_5, a0_.description AS description_6, a0_.date_added AS date_added_7, a0_.mean_of_payment_id AS mean_of_payment_id_8 FROM acdg_payment a0_ WHERE a0_.id IN (SELECT a1_.id FROM acdg_payment a1_ INNER JOIN acdg_payment_line a2_ ON a1_.id = a2_.payment_id WHERE a1_.name LIKE ? OR a1_.description LIKE ? OR a2_.name LIKE ? OR a2_.description LIKE ?) ORDER BY a0_.date_payment DESC LIMIT 5 (parameters: array{"1":"%%","2":"%%","3":"%%","4":"%%"}, types: array{"1":2,"2":2,"3":2,"4":2}) {"sql":"SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.reference AS reference_2, a0_.type AS type_3, a0_.amount AS amount_4, a0_.date_payment AS date_payment_5, a0_.description AS description_6, a0_.date_added AS date_added_7, a0_.mean_of_payment_id AS mean_of_payment_id_8 FROM acdg_payment a0_ WHERE a0_.id IN (SELECT a1_.id FROM acdg_payment a1_ INNER JOIN acdg_payment_line a2_ ON a1_.id = a2_.payment_id WHERE a1_.name LIKE ? OR a1_.description LIKE ? OR a2_.name LIKE ? OR a2_.description LIKE ?) ORDER BY a0_.date_payment DESC LIMIT 5","params":{"1":"%%","2":"%%","3":"%%","4":"%%"},"types":{"1":2,"2":2,"3":2,"4":2}} [] [2022-06-18T10:26:05.677255+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-18T10:26:05.684105+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-18T10:26:05.687457+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-18T10:26:06.002304+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-18T10:26:06.069673+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-18T10:26:06.080019+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-18T10:26:06.100651+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-18T10:26:06.766316+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4f4027"},"request_uri":"https://acdg.benjamin-sampic.fr/_wdt/4f4027","method":"GET"} [] [2022-06-18T21:03:43.265155+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\IndexController::index"},"request_uri":"https://acdg.benjamin-sampic.fr/","method":"GET"} [] [2022-06-18T21:03:43.265130+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\IndexController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/","method":"GET"} [] [2022-06-18T21:03:43.652292+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-18T21:03:43.652292+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-18T21:03:43.652359+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-18T21:03:43.652361+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-18T21:03:43.652396+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-18T21:03:43.652398+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-18T21:03:45.393544+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-18T21:03:45.393536+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-18T21:03:45.463009+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-18T21:03:45.463025+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-18T21:03:45.656102+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-18T21:03:45.656102+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-18T21:03:46.192467+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-18T21:03:46.192467+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-18T21:03:46.965865+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://acdg.benjamin-sampic.fr/login","method":"GET"} [] [2022-06-18T21:03:46.971477+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-18T21:03:46.971518+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-18T21:03:46.971551+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-18T21:03:47.564294+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-18T21:03:47.567984+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-18T21:03:47.579874+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-18T21:03:47.822762+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-26T13:56:37.118149+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\IndexController::index"},"request_uri":"http://acdg.benjamin-sampic.fr/","method":"GET"} [] [2022-06-26T13:56:37.565680+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-26T13:56:37.565732+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-26T13:56:37.565764+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-26T13:56:39.294965+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-26T13:56:39.387105+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-26T13:56:39.549500+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-26T13:56:39.760972+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://acdg.benjamin-sampic.fr/login","method":"GET"} [] [2022-06-26T13:56:39.778831+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-26T13:56:39.778876+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-26T13:56:39.778908+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-26T13:56:40.055579+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-26T13:56:40.406119+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-26T13:56:40.409934+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-26T13:56:40.420650+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-26T13:56:40.677073+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-26T13:56:41.844535+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e39814"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/e39814","method":"GET"} [] [2022-06-26T13:56:42.111262+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://acdg.benjamin-sampic.fr/favicon.ico" (from "http://acdg.benjamin-sampic.fr/login")" at /home/benjamincb/demos/acdg/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://acdg.benjamin-sampic.fr/favicon.ico\" (from \"http://acdg.benjamin-sampic.fr/login\") at /home/benjamincb/demos/acdg/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /home/benjamincb/demos/acdg/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2022-06-26T13:56:43.138781+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-26T13:56:43.142478+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-26T13:56:43.153952+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-26T13:56:43.218210+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-26T13:56:55.453947+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://acdg.benjamin-sampic.fr/login","method":"POST"} [] [2022-06-26T13:56:55.462508+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-26T13:56:55.462546+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-26T13:56:56.430374+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-26T13:56:56.484395+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.username = ? LIMIT 1 (parameters: array{"1":"admin"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.username = ? LIMIT 1","params":{"1":"admin"},"types":{"1":2}} [] [2022-06-26T13:56:57.319965+02:00] security.INFO: Authenticator failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\BadCredentialsException(code: 0): The presented password is invalid. at /home/benjamincb/demos/acdg/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php:89)","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-26T13:56:57.321708+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the failure response. {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-26T13:56:57.322819+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-26T13:56:57.542840+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-26T13:56:57.549876+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-26T13:56:57.591674+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-26T13:56:57.755633+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://acdg.benjamin-sampic.fr/login","method":"GET"} [] [2022-06-26T13:56:57.760769+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-26T13:56:57.760807+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-26T13:56:57.760841+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-26T13:56:58.039747+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-26T13:56:58.043454+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-26T13:56:58.054909+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-26T13:56:58.084196+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-26T13:56:59.685281+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f72af5"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/f72af5","method":"GET"} [] [2022-06-26T13:57:31.162516+02:00] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Controller\\IndexController::index"},"request_uri":"https://acdg.benjamin-sampic.fr/","method":"GET"} [] [2022-06-26T13:57:31.198720+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-26T13:57:31.198811+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-26T13:57:31.198868+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-26T13:57:31.420738+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-26T13:57:31.433340+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-26T13:57:31.473548+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-26T13:57:31.539186+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-26T13:57:31.822319+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://acdg.benjamin-sampic.fr/login","method":"GET"} [] [2022-06-26T13:57:31.828853+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-26T13:57:31.828906+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-26T13:57:31.828945+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-26T13:57:31.934646+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-26T13:57:31.938481+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-26T13:57:31.950715+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-26T13:57:31.994943+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-26T13:57:34.830479+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://acdg.benjamin-sampic.fr/login","method":"POST"} [] [2022-06-26T13:57:34.852948+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-26T13:57:34.853011+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-26T13:57:34.958899+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-26T13:57:34.963925+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.username = ? LIMIT 1 (parameters: array{"1":"admin"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.username = ? LIMIT 1","params":{"1":"admin"},"types":{"1":2}} [] [2022-06-26T13:57:35.585581+02:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken":"PostAuthenticationToken(user=\"admin\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-26T13:57:35.632412+02:00] security.DEBUG: The "App\Security\LoginFormAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-26T13:57:35.661744+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-26T13:57:35.722268+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-26T13:57:35.749497+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-26T13:57:35.789552+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-26T13:57:35.983410+02:00] request.INFO: Matched route "index_logged_in". {"route":"index_logged_in","route_parameters":{"_route":"index_logged_in","_controller":"App\\Controller\\IndexController::indexLoggedIn"},"request_uri":"http://acdg.benjamin-sampic.fr/index","method":"GET"} [] [2022-06-26T13:57:35.988897+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} [] [2022-06-26T13:57:35.988937+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-26T13:57:35.988972+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2022-06-26T13:57:36.972067+02:00] doctrine.INFO: Connecting with parameters array{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"} {"params":{"url":"","driver":"pdo_mysql","host":"benjamincbdemos.mysql.db","port":3306,"user":"benjamincbdemos","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"benjamincbdemos","serverVersion":"5.7","charset":"utf8mb4"}} [] [2022-06-26T13:57:36.975852+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_animal t0 {"sql":"SELECT COUNT(*) FROM acdg_animal t0"} [] [2022-06-26T13:57:37.280931+02:00] doctrine.DEBUG: Executing statement: SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ WHERE a0_.id NOT IN (SELECT a1_.id FROM acdg_animal a1_ LEFT JOIN acdg_family_animal a2_ ON a1_.id = a2_.animal_id WHERE a2_.date_adoption < ? AND (a2_.date_back > ? OR a2_.date_back IS NULL)) (parameters: array{"1":"2022-06-26 13:57:37","2":"2022-06-26 13:57:37"}, types: array{"1":2,"2":2}) {"sql":"SELECT count(a0_.id) AS sclr_0 FROM acdg_animal a0_ WHERE a0_.id NOT IN (SELECT a1_.id FROM acdg_animal a1_ LEFT JOIN acdg_family_animal a2_ ON a1_.id = a2_.animal_id WHERE a2_.date_adoption < ? AND (a2_.date_back > ? OR a2_.date_back IS NULL))","params":{"1":"2022-06-26 13:57:37","2":"2022-06-26 13:57:37"},"types":{"1":2,"2":2}} [] [2022-06-26T13:57:37.337894+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_family t0 {"sql":"SELECT COUNT(*) FROM acdg_family t0"} [] [2022-06-26T13:57:37.343946+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_veterinary t0 {"sql":"SELECT COUNT(*) FROM acdg_veterinary t0"} [] [2022-06-26T13:57:37.344953+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_family_animal t0 {"sql":"SELECT COUNT(*) FROM acdg_family_animal t0"} [] [2022-06-26T13:57:37.345634+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_animal_health_check t0 {"sql":"SELECT COUNT(*) FROM acdg_animal_health_check t0"} [] [2022-06-26T13:57:37.346799+02:00] doctrine.DEBUG: Executing query: SELECT COUNT(*) FROM acdg_payment t0 {"sql":"SELECT COUNT(*) FROM acdg_payment t0"} [] [2022-06-26T13:57:37.411040+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken"} [] [2022-06-26T13:57:37.413975+02:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ? (parameters: array{"1":2}, types: array{"1":1}) {"sql":"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.date_creation AS date_creation_6, t0.date_last_login AS date_last_login_7, t0.is_active AS is_active_8 FROM acdg_user t0 WHERE t0.id = ?","params":{"1":2},"types":{"1":1}} [] [2022-06-26T13:57:37.417918+02:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"admin"} [] [2022-06-26T13:57:37.424979+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2022-06-26T13:57:37.713986+02:00] doctrine.DEBUG: Executing query: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' {"sql":"SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'"} [] [2022-06-26T13:57:37.724384+02:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2022-06-26T13:57:37.752222+02:00] doctrine.INFO: Disconnecting [] [] [2022-06-26T13:57:38.156979+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"55f670"},"request_uri":"http://acdg.benjamin-sampic.fr/_wdt/55f670","method":"GET"} []